Skip to content

Commit

Permalink
tweak(compile-multi): install the Embark and Consult extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 28, 2023
1 parent 3357935 commit 1bac5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
:hook (eglot-managed-mode . eldoc-box-hover-at-point-mode))

(use-package compile-multi
:straight t
:straight (:files (:defaults "extensions/compile-multi-embark/*.el" "extensions/consult-compile-multi/*.el"))
:commands +project-compile-multi
:init
(+map! "pC" #'+project-compile-multi)
Expand Down

0 comments on commit 1bac5a4

Please sign in to comment.