diff --git a/.emacs.d/Cask b/.emacs.d/Cask index a1189c0..3f40fb5 100644 --- a/.emacs.d/Cask +++ b/.emacs.d/Cask @@ -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") diff --git a/.emacs.d/init.d/flycheck.el b/.emacs.d/init.d/flycheck.el new file mode 100644 index 0000000..c9c8a91 --- /dev/null +++ b/.emacs.d/init.d/flycheck.el @@ -0,0 +1,2 @@ +(add-hook 'after-init-hook #'global-flycheck-mode) +