Variable: which-key-add-column-padding
which-key-add-column-padding is a customizable variable defined in
which-key.el.gz.
Value
0
Documentation
Additional spaces to add to the left of each key column.
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-add-column-padding 0
"Additional spaces to add to the left of each key column."
:type 'integer
:package-version '(which-key . "1.0") :version "30.1")