From 5cd85a35cafddd0e8bfe444df9da28b3e71fc92c Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 24 Oct 2023 06:05:36 +0200 Subject: [PATCH] Make sure we use orderless exclusively during completion --- configuration.org | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.org b/configuration.org index c5f5136..4ee31c0 100644 --- a/configuration.org +++ b/configuration.org @@ -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