diff --git a/elisp/monte.el b/elisp/monte.el index a01c04d..26b848d 100644 --- a/elisp/monte.el +++ b/elisp/monte.el @@ -73,8 +73,7 @@ (flycheck-define-checker monte-lint "Syntax and scope checking for Monte." - :command ("mt" "lint" "-stdin" source-original) - :standard-input t + :command ("monte" "lint" source-inplace) :modes (monte-mode) :error-patterns ((warning line-start (file-name) ":" line "." column