1
0
Fork 0

fix(emacs): add consult package

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-28 23:54:12 -05:00
parent 1b94e0e68b
commit c5fe96de5e
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -22,6 +22,7 @@
(straight-use-package 'vertico) (straight-use-package 'vertico)
(straight-use-package 'marginalia) (straight-use-package 'marginalia)
(straight-use-package 'orderless) (straight-use-package 'orderless)
(straight-use-package 'consult)
;; Syntax checking and editing ;; Syntax checking and editing
(straight-use-package 'flycheck) (straight-use-package 'flycheck)