Try different completion-style order

This commit is contained in:
contrapunctus 2022-03-03 15:42:19 +05:30
parent 5917720e6b
commit bbfa909491
1 changed files with 1 additions and 1 deletions

View File

@ -2923,7 +2923,7 @@ But with =initials=, the desired completion is often buried in the results. That
(use-package emacs
:config
(setq tags-add-tables nil ;; don't prompt me for tag tables
completion-styles '(initials orderless substring partial-completion emacs22)
completion-styles '(basic partial-completion emacs22 initials orderless substring)
completion-cycle-threshold t))
#+END_SRC