From 8b90d268a5396f656c0a1407cd4e010adc7a519f Mon Sep 17 00:00:00 2001 From: benj Date: Sun, 26 May 2019 15:34:41 -0700 Subject: rust and go updates --- settings/setup-flycheck.el | 1 + 1 file changed, 1 insertion(+) (limited to 'settings/setup-flycheck.el') diff --git a/settings/setup-flycheck.el b/settings/setup-flycheck.el index 764fe36..0c2b199 100644 --- a/settings/setup-flycheck.el +++ b/settings/setup-flycheck.el @@ -12,6 +12,7 @@ (add-hook 'c-mode-hook #'setup-custom-clang-checker) (add-hook 'c++-mode-hook #'setup-custom-clang-checker) +(add-hook 'flycheck-mode-hook #'flycheck-rust-setup) (global-flycheck-mode 1) -- cgit v1.2.3