Variable: evil-mode
evil-mode is a customizable variable defined in evil-core.el.
Value
nil
Documentation
Non-nil if Evil mode is enabled.
See the evil-mode(var)/evil-mode(fun) command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node (emacs)Easy Customization)
or call the function evil-mode(var)/evil-mode(fun).
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-core.el
;;;###autoload (autoload 'evil-mode "evil" nil t)
(define-globalized-minor-mode evil-mode evil-local-mode evil-initialize
:group 'evil)