Variable: which-key-init-buffer-hook

which-key-init-buffer-hook is a customizable variable defined in which-key.el.gz.

Value

nil

Documentation

Hook run when which-key buffer is initialized.

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
;; Hooks
(defcustom which-key-init-buffer-hook '()
  "Hook run when which-key buffer is initialized."
  :type 'hook
  :package-version '(which-key . "1.0") :version "30.1")