feat: Add embark-consult

This commit is contained in:
Madeleine Sydney
2025-01-16 13:04:43 -07:00
parent 0aecbd42cc
commit e84be48f71

View File

@@ -18,6 +18,9 @@
(use-package consult (use-package consult
:defer t) :defer t)
(use-package embark-consult
:after (embark consult))
;; Vertico is a simple completion engine that replaces Emacs' built-in ;; Vertico is a simple completion engine that replaces Emacs' built-in
;; completion engine, achieving Just Works™ compatibility. This is in contrast ;; completion engine, achieving Just Works™ compatibility. This is in contrast
;; to e.g. Helm and Ivy, which spawn ecosystems orthogonal to Emacs, and ;; to e.g. Helm and Ivy, which spawn ecosystems orthogonal to Emacs, and