Tweak corfu
This commit is contained in:
parent
4923290a1a
commit
3ae928409e
1 changed files with 9 additions and 2 deletions
|
|
@ -114,8 +114,14 @@
|
||||||
(corfu-cycle t)
|
(corfu-cycle t)
|
||||||
(corfu-preselect-first nil)
|
(corfu-preselect-first nil)
|
||||||
(corfu-auto t)
|
(corfu-auto t)
|
||||||
|
(corfu-quit-no-match 'separator)
|
||||||
:init
|
:init
|
||||||
(global-corfu-mode))
|
(global-corfu-mode)
|
||||||
|
:config
|
||||||
|
(add-hook 'eshell-mode-hook
|
||||||
|
(lambda ()
|
||||||
|
(setq-local corfu-auto nil)
|
||||||
|
(corfu-mode))))
|
||||||
|
|
||||||
(use-package dash)
|
(use-package dash)
|
||||||
|
|
||||||
|
|
@ -227,7 +233,8 @@
|
||||||
ns-use-proxy-icon nil
|
ns-use-proxy-icon nil
|
||||||
frame-title-format nil
|
frame-title-format nil
|
||||||
auto-window-vscroll nil
|
auto-window-vscroll nil
|
||||||
bookmark-fringe-mark nil)
|
bookmark-fringe-mark nil
|
||||||
|
tab-always-indent 'complete)
|
||||||
|
|
||||||
(setq isearch-lazy-count t
|
(setq isearch-lazy-count t
|
||||||
lazy-count-prefix-format "(%s/%s) "
|
lazy-count-prefix-format "(%s/%s) "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue