Variable: which-key-side-window-max-height

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

Value

0.25

Documentation

Maximum height of which-key popup when type is side-window.

This variable can also be a number between 0 and 1. In that case, it denotes a percentage out of the frame's height.

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-side-window-max-height 0.25
  "Maximum height of which-key popup when type is side-window.
This variable can also be a number between 0 and 1. In that case, it denotes
a percentage out of the frame's height."
  :type 'number
  :package-version '(which-key . "1.0") :version "30.1")