From 044c3fe8f68e3e69d1157359bbfb1cf95423fe26 Mon Sep 17 00:00:00 2001 From: Justin Barclay Date: Fri, 8 Nov 2024 09:19:18 -0800 Subject: [PATCH] fix: ensure parinfer-rust is at the end of the list of checkers --- parinfer-rust-flycheck.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parinfer-rust-flycheck.el b/parinfer-rust-flycheck.el index 8378cdd..1988939 100644 --- a/parinfer-rust-flycheck.el +++ b/parinfer-rust-flycheck.el @@ -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