aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-03-26 01:18:11 +0100
committerThomas Schneider <qsx@qsx.re>2019-03-26 01:18:11 +0100
commitc246923e1287d6e185b50e2cfa03f92999ebedb4 (patch)
treec3391f8a52c28eb4e0c29c42786aacef8bd02d78
parentac6f8a566576d9c00e29d66a0d5bef14ebd66ebe (diff)
Emacs: Add flycheck
-rw-r--r--dot.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 474b435..da13a27 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -54,6 +54,9 @@
(use-package ace-window
:bind ("M-o" . ace-window))
+(use-package flycheck
+ :init (global-flycheck-mode))
+
(use-package yaml-mode
:mode "\\.yml\\'")