summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2025-10-01 17:50:13 +0100
committerBlake Romero <blake@blkrom.com>2025-10-01 17:50:13 +0100
commit6edfb36b741fbf071261b2fb9e0e4a46856b4d72 (patch)
tree714b3968d8b0ce3cd94e7792efc4d3a4d5bfe956 /emacs-config.org
parentdbed913973c61be51cd4310e0187d4aab6d5b911 (diff)
Add Orderless package
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org
index 0651ae4..5c999ef 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -1726,3 +1726,14 @@ Consult provides search and navigation commands based on the Emacs completion fu
)
#+end_src
+** Orderless
+https://github.com/oantolin/orderless
+Emacs completion style that matches multiple regexps in any order.
+
+#+begin_src elisp
+ (use-package orderless
+ :custom
+ (completion-styles '(orderless basic))
+ (completion-category-overrides '((file (styles partial-completion)))))
+#+end_src
+