Skip to content

Commit

Permalink
feat(checkers): add flymake-pyre
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 26, 2023
1 parent 845bfb8 commit 184f4b2
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 @@ -101,6 +101,10 @@
:straight (:host github :repo "juergenhoetzel/flymake-nasm")
:hook (asm-mode . flymake-nasm-setup))

(use-package flymake-pyre
:straight (:host github :repo "juergenhoetzel/flymake-pyre")
:hook (asm-mode . flymake-pyre-setup))


(provide 'me-checkers)

Expand Down

0 comments on commit 184f4b2

Please sign in to comment.