diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-completion.el | 6 |
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 |