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