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