From bbfa9094915efbfa45a617803a64804ccb2ca492 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Thu, 3 Mar 2022 15:42:19 +0530 Subject: [PATCH] Try different completion-style order --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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