Tweak corfu
This commit is contained in:
parent
abeb4daddc
commit
a427c2bbe4
1 changed files with 3 additions and 0 deletions
|
|
@ -89,10 +89,13 @@
|
||||||
(use-package corfu
|
(use-package corfu
|
||||||
:custom
|
:custom
|
||||||
(corfu-cycle t)
|
(corfu-cycle t)
|
||||||
|
(corfu-auto-prefix 2)
|
||||||
(corfu-preselect-first nil)
|
(corfu-preselect-first nil)
|
||||||
(corfu-quit-no-match 'separator)
|
(corfu-quit-no-match 'separator)
|
||||||
:init
|
:init
|
||||||
(global-corfu-mode)
|
(global-corfu-mode)
|
||||||
|
(corfu-history-mode)
|
||||||
|
(corfu-popupinfo-mode)
|
||||||
:config
|
:config
|
||||||
(add-hook 'eshell-mode-hook
|
(add-hook 'eshell-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue