[emacs] add flycheck

This commit is contained in:
Correl Roush 2013-12-18 14:27:12 -05:00
parent 308182c124
commit a6116c3adf
2 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@
(depends-on "powerline")
(depends-on "ack-and-a-half")
(depends-on "projectile")
(depends-on "flycheck")
;; Themes
(depends-on "theme-park-mode")

View file

@ -0,0 +1,2 @@
(add-hook 'after-init-hook #'global-flycheck-mode)