From e84be48f71f2201dfd4a2a84d4e54589d3507f71 Mon Sep 17 00:00:00 2001 From: Madeleine Sydney Date: Thu, 16 Jan 2025 13:04:43 -0700 Subject: [PATCH] feat: Add embark-consult --- users/crumb/programs/emacs/modules/syd-completion.el | 3 +++ 1 file changed, 3 insertions(+) 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