summaryrefslogtreecommitdiff
path: root/modes
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2022-07-27 18:08:25 -0400
committerJames Nguyen <james@jojojames.com>2022-07-27 18:08:25 -0400
commitb71d6d6f9748230848b832be815dd81be71b7fef (patch)
tree561cbbc40b83b39bcc9b0754635e428a4f91d30b /modes
parent2fa3609ebfd0bfa20e37d1dadcdec920e55a8492 (diff)
Corfu: Fix tab declaration
Diffstat (limited to 'modes')
-rw-r--r--modes/corfu/evil-collection-corfu.el2
1 files changed, 1 insertions, 1 deletions
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))