Variable: package-name-column-width

package-name-column-width is a customizable variable defined in package.el.gz.

Value

30

Documentation

Column width for the Package name in the package menu.

This variable was added, or its default value changed, in Emacs 28.1.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/package.el.gz
(defcustom package-name-column-width 30
  "Column width for the Package name in the package menu."
  :type 'natnum
  :version "28.1")