From ca977acb83c0dd01fc57dbc6f3d3111e89f4ec9d Mon Sep 17 00:00:00 2001 From: StrawberryTea Date: Fri, 5 Apr 2024 18:33:01 -0500 Subject: [PATCH] corfu: allow corfu to be used when evil is disabled --- modes/corfu/evil-collection-corfu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes/corfu/evil-collection-corfu.el b/modes/corfu/evil-collection-corfu.el index bff519d..378874a 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 '(insert replace emacs nil) "The `evil-state's which `corfu' function can be requested." :type '(repeat symbol))