Variable: which-key-custom-show-popup-function

which-key-custom-show-popup-function is a customizable variable defined in which-key.el.gz.

Value

nil

Documentation

Set a custom show-popup function.

Will be passed the required dimensions in the form (height . width) in lines and characters respectively. The return value is ignored.

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-custom-show-popup-function nil
  "Set a custom show-popup function.
Will be passed the required dimensions in the form (height .
width) in lines and characters respectively.  The return value is
ignored."
  :group 'which-key
  :type '(choice function (const nil))
  :package-version '(which-key . "1.0") :version "30.1")