aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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\\'")