corfu: allow corfu to be used when evil is disabled

This commit is contained in:
StrawberryTea 2024-04-05 18:33:01 -05:00 committed by Youmu
parent e0982fcbb6
commit ca977acb83
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ This key theme variable may be refactored in the future so use with caution."
(const (const
:tag "Magic Backspace" magic-backspace)))) :tag "Magic Backspace" magic-backspace))))
(defcustom evil-collection-corfu-supported-states '(insert replace emacs) (defcustom evil-collection-corfu-supported-states '(insert replace emacs nil)
"The `evil-state's which `corfu' function can be requested." "The `evil-state's which `corfu' function can be requested."
:type '(repeat symbol)) :type '(repeat symbol))