Skip to content

Commit

Permalink
tweak(flymake-easy): autoload flymake-easy-load
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 22, 2023
1 parent 75a28ba commit a21b7cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/me-checkers.el
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
("q" nil :color blue)))

(use-package flymake-easy
:straight t)
:straight t
:autoload flymake-easy-load)


(provide 'me-checkers)
Expand Down

0 comments on commit a21b7cc

Please sign in to comment.