emacs: Only confirm autocomplete with TAB

This commit is contained in:
Charlotte Van Petegem 2023-08-02 17:10:38 +02:00
parent 6353cb8cc5
commit b6a9e38993
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -123,6 +123,8 @@
(corfu-auto t "Show completion preview by default")
(corfu-auto-prefix 2 "Show completion after two characters")
(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
(global-corfu-mode)
)