Function: turn-on-evil-mode
turn-on-evil-mode is an interactive and byte-compiled function defined
in evil-core.el.
Signature
(turn-on-evil-mode)
Documentation
Turn on Evil in the current buffer.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-core.el
(defun turn-on-evil-mode ()
"Turn on Evil in the current buffer."
(interactive)
(evil-local-mode))