Variable: which-key-paging-prefixes
which-key-paging-prefixes is a customizable variable defined in
which-key.el.gz.
Value
nil
Documentation
Enable paging for these prefixes.
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-paging-prefixes '()
"Enable paging for these prefixes."
:type '(repeat string)
:package-version '(which-key . "1.0") :version "30.1")