Make sure we use orderless exclusively during completion

This commit is contained in:
Gergely Polonkai 2023-10-24 06:05:36 +02:00
parent f9b50a7af7
commit 5cd85a35ca
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 1 additions and 0 deletions

View File

@ -2033,6 +2033,7 @@ It also provides some nice commands to navigate between change sets.
(setq completion-category-defaults nil)
:custom
(completion-styles '(orderless basic))
(completion-category-defaults nil)
(completion-category-overrides '((file (styles basic partial-completion)))))
#+end_src