diff --git a/init.org b/init.org index 75c1039..92d9664 100644 --- a/init.org +++ b/init.org @@ -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