Skip to content

Commit

Permalink
feat(checkers): add flymake-relint to check regexps in Elisp
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 23, 2023
1 parent 0527103 commit 8639ad4
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 @@ -93,6 +93,10 @@
:straight (:host github :repo "shaohme/flymake-plantuml")
:hook (plantuml-mode . flymake-plantuml-setup))

(use-package flymake-relint
:straight t
:hook ((emacs-lisp-mode lisp-interaction-mode) . flymake-relint-setup))


(provide 'me-checkers)

Expand Down

0 comments on commit 8639ad4

Please sign in to comment.