.
This commit is contained in:
parent
7bee590cec
commit
00e10b1eba
1 changed files with 2 additions and 3 deletions
|
@ -244,10 +244,9 @@
|
||||||
:config
|
:config
|
||||||
(with-eval-after-load 'eglot
|
(with-eval-after-load 'eglot
|
||||||
(setq completion-category-defaults nil))
|
(setq completion-category-defaults nil))
|
||||||
(setq completion-styles
|
(setq completion-styles '(orderless basic)
|
||||||
'(orderless basic)
|
|
||||||
completion-category-defaults nil
|
completion-category-defaults nil
|
||||||
completion-category-overrides '((file (styles partial-completion)))))
|
completion-category-overrides '((file (styles basic partial-completion)))))
|
||||||
|
|
||||||
(use-package consult
|
(use-package consult
|
||||||
:bind
|
:bind
|
||||||
|
|
Loading…
Reference in a new issue