Skip to content

Commit

Permalink
feat(prog): add support for makefile-executor
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 1, 2023
1 parent 505c301 commit e65bb1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@
(use-package franca-idl
:straight (:host github :repo "zeph1e/franca-idl.el"))

(use-package makefile-executor
:straight t
:hook (makefile-mode . makefile-executor-mode))


(provide 'me-prog)

Expand Down

0 comments on commit e65bb1a

Please sign in to comment.