Remove broken basic-remote completion
This commit is contained in:
parent
701a199d2e
commit
89e664da01
1 changed files with 1 additions and 2 deletions
3
init.el
3
init.el
|
@ -159,8 +159,7 @@
|
||||||
:init
|
:init
|
||||||
(setq completion-styles '(orderless)
|
(setq completion-styles '(orderless)
|
||||||
completion-category-defaults nil
|
completion-category-defaults nil
|
||||||
completion-category-overrides '((file (styles basic-remote
|
completion-category-overrides '((file (styles partial-completion
|
||||||
partial-completion
|
|
||||||
orderless)))))
|
orderless)))))
|
||||||
|
|
||||||
(use-package consult
|
(use-package consult
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue