Skip to content

Commit 62025b5

Browse files
committed
corfu: don't suppress popup when evil is disabled
PR #800 caused corfu to be disabled whenever evil wasn't initialized (eg. in the minibuffer when `evil-want-minibuffer` is nil). This fixes that. Amend: #800
1 parent e0982fc commit 62025b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modes/corfu/evil-collection-corfu.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This key theme variable may be refactored in the future so use with caution."
8989
(const
9090
:tag "Magic Backspace" magic-backspace))))
9191

92-
(defcustom evil-collection-corfu-supported-states '(insert replace emacs)
92+
(defcustom evil-collection-corfu-supported-states '(nil insert replace emacs)
9393
"The `evil-state's which `corfu' function can be requested."
9494
:type '(repeat symbol))
9595

0 commit comments

Comments
 (0)