Variable: which-key-min-display-lines
which-key-min-display-lines is a customizable variable defined in
which-key.el.gz.
Value
1
Documentation
Minimum number of horizontal lines to display in the which-key buffer.
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-display-lines 1
"Minimum number of horizontal lines to display in the which-key buffer."
:type 'integer
:package-version '(which-key . "1.0") :version "30.1")