mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -86,7 +86,7 @@ orderless."
|
||||
+vertico-basic-remote-try-completion
|
||||
+vertico-basic-remote-all-completions
|
||||
"Use basic completion on remote files only"))
|
||||
(setq completion-styles '(orderless)
|
||||
(setq completion-styles '(orderless basic)
|
||||
completion-category-defaults nil
|
||||
;; note that despite override in the name orderless can still be used in
|
||||
;; find-file etc.
|
||||
|
Reference in New Issue
Block a user