Try putting basic completion before orderless

Also add partial-completion
This commit is contained in:
Oliver Payne 2023-11-02 22:13:20 +00:00
parent ae9f73ab87
commit 58bf78dd80
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
'(column-number-mode t)
'(comment-auto-fill-only-comments t)
'(completion-category-overrides '((file (styles partial-completion))))
'(completion-styles '(orderless basic))
'(completion-styles '(basic partial-completion orderless))
'(consult-grep-args
"ggrep --null --line-buffered --color=never --ignore-case --line-number -I -r .")
'(custom-enabled-themes '(modus-vivendi))