Skip to content

Commit

Permalink
feat(prog): add support for just files
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 9, 2023
1 parent 30ee5ee commit 42e336d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,12 @@
(use-package franca-idl
:straight (:host github :repo "zeph1e/franca-idl.el"))

(use-package just-mode
:straight t)

(use-package justl
:straight t)

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

0 comments on commit 42e336d

Please sign in to comment.