Variable: which-key-min-column-description-width

which-key-min-column-description-width is a customizable variable defined in which-key.el.gz.

Value

0

Documentation

Every column should at least have this width.

This variable was added, or its default value changed, in which-key version 1.0.

Source Code

;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defcustom which-key-min-column-description-width 0
  "Every column should at least have this width."
  :type 'natnum
  :package-version '(which-key . "1.0") :version "30.1")