We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0982fc commit 81ea434Copy full SHA for 81ea434
modes/corfu/evil-collection-corfu.el
@@ -89,7 +89,7 @@ This key theme variable may be refactored in the future so use with caution."
89
(const
90
:tag "Magic Backspace" magic-backspace))))
91
92
-(defcustom evil-collection-corfu-supported-states '(insert replace emacs)
+(defcustom evil-collection-corfu-supported-states '(nil insert replace emacs)
93
"The `evil-state's which `corfu' function can be requested."
94
:type '(repeat symbol))
95
0 commit comments