tweak(vertico): add basic completion style fallback
This is now the recommended configuration, see the referenced issue. Ref: oantolin/orderless#111
This commit is contained in:
parent
7ed1f96b0b
commit
ebbebc53a6
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ orderless."
|
||||||
+vertico-basic-remote-try-completion
|
+vertico-basic-remote-try-completion
|
||||||
+vertico-basic-remote-all-completions
|
+vertico-basic-remote-all-completions
|
||||||
"Use basic completion on remote files only"))
|
"Use basic completion on remote files only"))
|
||||||
(setq completion-styles '(orderless)
|
(setq completion-styles '(orderless basic)
|
||||||
completion-category-defaults nil
|
completion-category-defaults nil
|
||||||
;; note that despite override in the name orderless can still be used in
|
;; note that despite override in the name orderless can still be used in
|
||||||
;; find-file etc.
|
;; find-file etc.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue