Commit c434168f6e38

Vincent Demeester <vincent@sbr.pm>
2024-11-28 11:23:28
tools/emacs: fix embark loading
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 18dd982
Changed files (1)
tools
tools/emacs/config/config-completion.el
@@ -47,6 +47,7 @@ The symbol at point is added to the future history."
 ;; https://github.com/oantolin/embark/blob/master/embark-consult.el
 (use-package embark
   :unless noninteractive
+  :commands (emark-act embark-dwim embark-prefix-help-command)
   :bind
   ("C-." . embark-act)
   ("M-." . embark-dwim)