emacs: Autocomplete tweak
This commit is contained in:
parent
613a4d024d
commit
39c5e1e355
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@
|
||||||
(corfu-cycle t "Enable cycling through completions")
|
(corfu-cycle t "Enable cycling through completions")
|
||||||
(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 "Space occurs too often in my normal workflow to not quit on no match")
|
||||||
;; Only confirm autocompletion with TAB
|
;; Only confirm autocompletion with TAB
|
||||||
:bind (:map corfu-map ("RET" . nil))
|
:bind (:map corfu-map ("RET" . nil))
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue