Disable corfu-auto by default
This commit is contained in:
parent
bff53462c7
commit
1fee447368
6
init.el
6
init.el
|
@ -205,12 +205,10 @@
|
|||
:demand
|
||||
:custom
|
||||
(corfu-cycle t)
|
||||
(corfu-auto t)
|
||||
(corfu-auto-delay 0.2)
|
||||
(corfu-auto-prefix 2)
|
||||
(corfu-auto nil)
|
||||
(corfu-quit-no-match 'separator)
|
||||
(corfu-quit-at-boundary 'separator)
|
||||
(corfu-preview-current nil)
|
||||
(corfu-preview-current 'insert)
|
||||
(corfu-preselect 'directory)
|
||||
:bind ( :map corfu-map
|
||||
("M-SPC" . corfu-insert-separator)
|
||||
|
|
Loading…
Reference in a new issue