From 3becb4482407f801bef5af5ba058995c5270e84c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 14 Apr 2022 19:58:22 -0700 Subject: add orderless --- emacs/custom/my-completion.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs/custom') 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 -- cgit 1.4.1