diff --git a/users/crumb/programs/emacs/modules/syd-completion.el b/users/crumb/programs/emacs/modules/syd-completion.el index aa08be1..ffb3873 100644 --- a/users/crumb/programs/emacs/modules/syd-completion.el +++ b/users/crumb/programs/emacs/modules/syd-completion.el @@ -18,6 +18,9 @@ (use-package consult :defer t) +(use-package embark-consult + :after (embark consult)) + ;; Vertico is a simple completion engine that replaces Emacs' built-in ;; completion engine, achieving Just Works™ compatibility. This is in contrast ;; to e.g. Helm and Ivy, which spawn ecosystems orthogonal to Emacs, and