Function: evil-initialize-state
evil-initialize-state is a byte-compiled function defined in
evil-core.el.
Signature
(evil-initialize-state)
Documentation
Set up the initial state for the current buffer.
See also evil-set-initial-state.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-core.el
(defun evil-initialize-state ()
"Set up the initial state for the current buffer.
See also `evil-set-initial-state'."
(evil-change-state (evil-initial-state-for-buffer)))