Disable corfu-complete when hits tab.
This commit is contained in:
parent
a980735bd8
commit
b5a30921a7
@ -22,7 +22,7 @@
|
|||||||
:hook ((elpaca-after-init . global-corfu-mode)
|
:hook ((elpaca-after-init . global-corfu-mode)
|
||||||
(corfu-mode . corfu-popupinfo-mode))
|
(corfu-mode . corfu-popupinfo-mode))
|
||||||
:bind (:map corfu-map
|
:bind (:map corfu-map
|
||||||
([tab] . nil)
|
("<tab>" . indent-for-tab-command)
|
||||||
("<escape>" . corfu-quit)
|
("<escape>" . corfu-quit)
|
||||||
("<SPC>" . corfu-insert-separator))
|
("<SPC>" . corfu-insert-separator))
|
||||||
:custom
|
:custom
|
||||||
|
Loading…
Reference in New Issue
Block a user