Variable: evil-mode-hook
evil-mode-hook is a customizable variable defined in evil-core.el.
Value
nil
Documentation
Hook run after entering or leaving evil-mode(var)/evil-mode(fun).
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
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)