Variable: which-key-max-display-columns
which-key-max-display-columns is a customizable variable defined in
which-key.el.gz.
Value
nil
Documentation
Maximum number of columns to display in the which-key buffer.
A value of nil means don't impose a maximum.
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-max-display-columns nil
"Maximum number of columns to display in the which-key buffer.
A value of nil means don't impose a maximum."
:type '(choice integer (const :tag "Unbounded" nil))
:package-version '(which-key . "1.0") :version "30.1")