Skip to content

Commit

Permalink
fix: ensure parinfer-rust is at the end of the list of checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbarclay committed Nov 8, 2024
1 parent 74bb99e commit 044c3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parinfer-rust-flycheck.el
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

(flycheck-add-next-checker 'emacs-lisp 'parinfer-rust)

(add-to-list 'flycheck-checkers 'parinfer-rust)
(add-to-list 'flycheck-checkers 'parinfer-rust t)

(provide 'parinfer-rust-flycheck)
;;; parinfer-rust-flycheck.el ends here

0 comments on commit 044c3fe

Please sign in to comment.