Skip to content

Commit

Permalink
feat(flymake): add flymake-plantuml
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 19, 2023
1 parent 33c0fc3 commit b17b039
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/me-checkers.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
(msg (format "%s (%s)" text code)))
(list fmqd-source beg end type msg))))

(use-package flymake-plantuml
:straight (:host github :repo "shaohme/flymake-plantuml")
:hook (plantuml-mode . flymake-plantuml-setup))


(provide 'me-checkers)

Expand Down

0 comments on commit b17b039

Please sign in to comment.