Skip to content

Commit

Permalink
feat(reformatter): initial support for reformatter
Browse files Browse the repository at this point in the history
The reformatter package is already a dependency of zig-mode. It might be
interesting.
  • Loading branch information
abougouffa committed May 19, 2024
1 parent 9a3a0c0 commit 5aa5bfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ Fall back to the default `citre--project-root'."
(when (display-graphic-p)
(eldoc-box-hover-at-point-mode arg))))

(use-package reformatter
:straight t)

(use-package apheleia
:straight t
:custom
Expand Down

0 comments on commit 5aa5bfa

Please sign in to comment.