emacs: Only confirm autocomplete with TAB
This commit is contained in:
parent
6353cb8cc5
commit
b6a9e38993
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@
|
||||||
(corfu-auto t "Show completion preview by default")
|
(corfu-auto t "Show completion preview by default")
|
||||||
(corfu-auto-prefix 2 "Show completion after two characters")
|
(corfu-auto-prefix 2 "Show completion after two characters")
|
||||||
(corfu-quit-no-match t "Quit completion without match, even if separator has been entered")
|
(corfu-quit-no-match t "Quit completion without match, even if separator has been entered")
|
||||||
|
;; Only confirm autocompletion with TAB
|
||||||
|
:bind (:map corfu-map ("RET" . nil))
|
||||||
:config
|
:config
|
||||||
(global-corfu-mode)
|
(global-corfu-mode)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue