Variable: which-key-inhibit

which-key-inhibit is a variable defined in which-key.el.gz.

Value

nil

Documentation

Prevent which-key from popping up momentarily.

This can be used by setting this to a non-nil value for the execution of a command, as in

(let ((which-key-inhibit t))
...)

Source Code

;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defvar which-key-inhibit nil
  "Prevent which-key from popping up momentarily.
This can be used by setting this to a non-nil value for the
execution of a command, as in

\(let \(\(which-key-inhibit t\)\)
...\)")