Variable: evil-want-integration

evil-want-integration is a customizable variable defined in evil-vars.el.

Value

t

Documentation

Whether to load evil-integration.el.

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-integration t
  "Whether to load evil-integration.el.
This variable must be set before Evil is loaded."
  :type 'boolean
  :group 'evil)