summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/custom/my-completion.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/custom/my-completion.el b/emacs/custom/my-completion.el
index 487045b..b4d3b33 100644
--- a/emacs/custom/my-completion.el
+++ b/emacs/custom/my-completion.el
@@ -14,6 +14,12 @@
           (consult-org-heading buffer indexed)
           (consult-outline buffer indexed))))
 
+(use-package orderless
+  :ensure t
+  :custom
+  (completion-styles '(orderless basic))
+  (completion-category-defaults nil) )
+
 (use-package marginalia
   :ensure t
   :init