flycheck mode properly enabled

This commit is contained in:
Kienan Stewart 2017-03-17 12:37:25 -04:00
parent 3d9b232af9
commit 8be229acef
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
;;(use-package flycheck
;; :ensure t
;; :init (global-flycheck-mode))
;;(add-hook 'after-init-hook #'global-flycheck-mode)
(add-hook 'after-init-hook #'global-flycheck-mode)
;; Generic Emacs stuff
(add-to-list 'load-path "~/.emacs.d/modes/")