Variable: which-key-frame-max-height

which-key-frame-max-height is a customizable variable defined in which-key.el.gz.

Value

20

Documentation

Maximum height of which-key popup when type is frame.

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-frame-max-height 20
  "Maximum height of which-key popup when type is frame."
  :type 'natnum
  :package-version '(which-key . "1.0") :version "30.1")