Variable: evil-after-load-hook
evil-after-load-hook is a variable defined in evil-vars.el.
Value
nil
Documentation
Functions to be run when loading of Evil is finished.
This hook can be used to execute some initialization routines when Evil is completely loaded.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
;;; Hooks
(defvar evil-after-load-hook nil
"Functions to be run when loading of Evil is finished.
This hook can be used to execute some initialization routines
when Evil is completely loaded.")