Commit 6b91c0c0a259

Vincent Demeester <vincent@sbr.pm>
2025-02-05 12:11:14
tools/emacs: make sure embark-consult is loaded
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 3cf1e9c
Changed files (1)
tools
tools/emacs/config/config-completion.el
@@ -199,6 +199,7 @@ targets."
             :around #'embark-hide-which-key-indicator))
 
 (use-package embark-consult
+  :after (embark consult)
   :unless noninteractive
   :hook
   (embark-collect-mode . consult-preview-at-point-mode))