Variable: which-key-allow-evil-operators

which-key-allow-evil-operators is a customizable variable defined in which-key.el.gz.

Value

nil

Documentation

Allow popup to show for evil operators.

The popup is normally inhibited in the middle of commands, but setting this to non-nil will override this behavior for evil operators.

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-allow-evil-operators (boundp 'evil-this-operator)
  "Allow popup to show for evil operators.
The popup is normally inhibited in the middle of commands, but
setting this to non-nil will override this behavior for evil
operators."
  :group 'which-key
  :type 'boolean
  :package-version '(which-key . "1.0") :version "30.1")