summaryrefslogtreecommitdiff
path: root/settings/setup-flycheck.el
diff options
context:
space:
mode:
authorbenj <benj@rse8.com>2019-05-26 15:34:41 -0700
committerbenj <benj@rse8.com>2019-05-26 15:34:41 -0700
commit8b90d268a5396f656c0a1407cd4e010adc7a519f (patch)
tree5a47c110b4f3b20585716aa8881d39d3fb70771f /settings/setup-flycheck.el
parentfaeeda87a3a4f615ba57411175581265eddc1a7c (diff)
downloademacs-8b90d268a5396f656c0a1407cd4e010adc7a519f.tar
emacs-8b90d268a5396f656c0a1407cd4e010adc7a519f.tar.gz
emacs-8b90d268a5396f656c0a1407cd4e010adc7a519f.tar.bz2
emacs-8b90d268a5396f656c0a1407cd4e010adc7a519f.tar.lz
emacs-8b90d268a5396f656c0a1407cd4e010adc7a519f.tar.xz
emacs-8b90d268a5396f656c0a1407cd4e010adc7a519f.tar.zst
emacs-8b90d268a5396f656c0a1407cd4e010adc7a519f.zip
rust and go updates
Diffstat (limited to 'settings/setup-flycheck.el')
-rw-r--r--settings/setup-flycheck.el1
1 files changed, 1 insertions, 0 deletions
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)