Variable: which-key-popup-type
which-key-popup-type is a customizable variable defined in
which-key.el.gz.
Value
side-window
Documentation
Supported types are minibuffer, side-window, frame, and custom.
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-popup-type 'side-window
"Supported types are minibuffer, side-window, frame, and custom."
:type '(radio (const :tag "Show in minibuffer" minibuffer)
(const :tag "Show in side window" side-window)
(const :tag "Show in popup frame" frame)
(const :tag "Use your custom display functions" custom))
:package-version '(which-key . "1.0") :version "30.1")