Variable: evil-echo-state

evil-echo-state is a customizable variable defined in evil-vars.el.

Value

t

Documentation

Whether to signal the current state in the echo area.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-echo-state t
  "Whether to signal the current state in the echo area."
  :type 'boolean
  :group 'evil)