Variable: evil-want-keybinding
evil-want-keybinding is a customizable variable defined in
evil-vars.el.
Value
t
Documentation
Whether to load evil-keybindings.el.
This loads a set of keybindings for evil in other modes as well as setting the initial evil state in those modes.
This variable must be set before evil is loaded.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-want-keybinding t
"Whether to load evil-keybindings.el.
This loads a set of keybindings for evil in other modes as well as
setting the initial evil state in those modes.
This variable must be set before evil is loaded."
:type 'boolean
:group 'evil)