Skip to content

Commit

Permalink
feat(flymake): add flymenu-flymake
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 19, 2023
1 parent c36712c commit 8d9cf1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/me-checkers.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
:straight (nil :host github :repo "shaohme/flymake-cppcheck")
:hook ((c-mode c-ts-mode c++-mode c++-ts-mode) . flymake-cppcheck-setup))

(use-package flymenu
:straight (:host github :repo "KarimAziev/flymenu")
:init
(+map! "cM" #'flymenu-flymake))

(use-package flymake-guile
:straight t
:hook (scheme-mode . flymake-guile))
Expand Down

0 comments on commit 8d9cf1c

Please sign in to comment.