From b71d6d6f9748230848b832be815dd81be71b7fef Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Wed, 27 Jul 2022 18:08:25 -0400 Subject: [PATCH] Corfu: Fix tab declaration --- 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 0cbf74c..2d69f3f 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." (setq corfu-cycle t corfu-preselect-first nil) (evil-collection-define-key 'insert 'corfu-map - "TAB" 'corfu-next + (kbd "TAB") 'corfu-next [tab] 'corfu-next [S-tab] 'corfu-previous [backtab] 'corfu-previous))