Variable: evil-minor-mode-keymaps-alist
evil-minor-mode-keymaps-alist is a variable defined in evil-vars.el.
Value
nil
Documentation
Association list of Evil states to minor-mode keymap alists.
Entries have the form (STATE . MODE-MAP-ALIST), where
MODE-MAP-ALIST is an alist taking the form of
minor-mode-map-alist.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-minor-mode-keymaps-alist nil
"Association list of Evil states to minor-mode keymap alists.
Entries have the form (STATE . MODE-MAP-ALIST), where
MODE-MAP-ALIST is an alist taking the form of
`minor-mode-map-alist'.")