Skip to content

Commit

Permalink
corfu: allow corfu to be used when evil is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonBreezes authored and condy0919 committed Apr 6, 2024
1 parent e0982fc commit ca977ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modes/corfu/evil-collection-corfu.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 '(insert replace emacs nil)
"The `evil-state's which `corfu' function can be requested."
:type '(repeat symbol))

Expand Down

0 comments on commit ca977ac

Please sign in to comment.