diff options
author | noa@gaiwan.org | 2024-08-14 11:35:18 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-08-14 11:35:18 +0000 |
commit | b57ece0688ab294bbfe10af4e4934b575eff0c14 (patch) | |
tree | 932618991e9b42bfb738d2d9182efa603a4798e8 /config.org | |
parent | b60b2221cbf4abe90c0bb7c15dbc2c87a4ba299e (diff) |
Update completion styles to use orderless recommended configuration
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.org b/config.org index 2f45bf6..a833a17 100644 --- a/config.org +++ b/config.org @@ -1434,7 +1434,8 @@ Next, we want to set orderless and basic as the two completion style. Basic mat #+begin_src elisp ;; (package-ensure 'orderless) - (setopt completion-styles '(basic orderless)) + (setopt completion-styles '(orderless basic)) + (setopt completion-category-overrides '((file (styles basic partial-completion)))) #+end_src By default, emacs overrides the completion styles for email address, but i'm happy with my configuration above. |