From 5e32a956e357e5ff11868dfe1500d55e2471d161 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 15 Dec 2024 00:59:10 -0500 Subject: [PATCH] fix(emacs): change `orderless-matching-styles` Signed-off-by: Lucas Sta Maria --- .emacs.d/include/priime-completion.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/include/priime-completion.el b/.emacs.d/include/priime-completion.el index b22fa59..bf4b277 100644 --- a/.emacs.d/include/priime-completion.el +++ b/.emacs.d/include/priime-completion.el @@ -33,7 +33,9 @@ (use-package marginalia :straight t :init (add-hook 'after-init-hook 'marginalia-mode)) -(use-package orderless :straight t) +(use-package orderless :straight t + :custom + (orderless-matching-styles '(orderless-literal-prefix orderless-literal orderless-regexp))) (use-package consult :straight t :bind (("C-c r r" . consult-ripgrep) ("C-c r g" . consult-grep)))