1
0
Fork 0

fix(emacs): change orderless-matching-styles

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-12-15 00:59:10 -05:00
parent b10356385e
commit 5e32a956e3
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -33,7 +33,9 @@
(use-package marginalia :straight t (use-package marginalia :straight t
:init :init
(add-hook 'after-init-hook 'marginalia-mode)) (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 (use-package consult :straight t
:bind (("C-c r r" . consult-ripgrep) :bind (("C-c r r" . consult-ripgrep)
("C-c r g" . consult-grep))) ("C-c r g" . consult-grep)))