Disable corfu-complete when hits tab.

This commit is contained in:
KJ 2024-04-26 11:50:46 -04:00
parent a980735bd8
commit b5a30921a7

View File

@ -22,7 +22,7 @@
:hook ((elpaca-after-init . global-corfu-mode)
(corfu-mode . corfu-popupinfo-mode))
:bind (:map corfu-map
([tab] . nil)
("<tab>" . indent-for-tab-command)
("<escape>" . corfu-quit)
("<SPC>" . corfu-insert-separator))
:custom