emacs: Autocomplete tweak

This commit is contained in:
Charlotte Van Petegem 2023-08-28 14:57:59 +02:00
parent 613a4d024d
commit 39c5e1e355
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -122,6 +122,7 @@
(corfu-cycle t "Enable cycling through completions")
(corfu-auto t "Show completion preview by default")
(corfu-auto-prefix 2 "Show completion after two characters")
(corfu-quit-no-match t "Space occurs too often in my normal workflow to not quit on no match")
;; Only confirm autocompletion with TAB
:bind (:map corfu-map ("RET" . nil))
:config