Skip to content

Commit

Permalink
tweak(compile-multi): enable integration for consult and embark
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 28, 2023
1 parent 116aa8e commit 47bcf99
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@
(compilation-buffer-name-function
(or project-compilation-buffer-name-function
compilation-buffer-name-function)))
(call-interactively #'compile-multi))))
(call-interactively #'compile-multi)))

;; Enable integration for `consult' and `embark'
(consult-compile-multi-mode 1)
(compile-multi-embark-mode 1))

(use-package apheleia
:straight t
Expand Down

0 comments on commit 47bcf99

Please sign in to comment.