summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/Cask1
-rw-r--r--tag-emacs/emacs.d/init.el3
2 files changed, 4 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/Cask b/tag-emacs/emacs.d/Cask
index e3e132c..9718e2d 100644
--- a/tag-emacs/emacs.d/Cask
+++ b/tag-emacs/emacs.d/Cask
@@ -21,6 +21,7 @@
 (depends-on "emmet-mode")
 (depends-on "expand-region")
 (depends-on "flx-ido")
+(depends-on "flycheck")
 (depends-on "framemove")
 (depends-on "geiser")
 (depends-on "ggtags")
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index cf8fb51..5094a60 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -715,6 +715,9 @@ Values: `desktop', `server', `laptop'")
             (global-semantic-show-unmatched-syntax-mode t)
             (global-semantic-decoration-mode t)))
 
+(use-package flycheck
+  :init (global-flycheck-mode))
+
 ;;;; Projects
 
 (use-package projectile