Reenable flycheck.

This commit is contained in:
Ivan Malison 2015-01-28 12:48:33 -08:00
parent 6413e3f263
commit c0a2ab445f

View File

@ -442,7 +442,6 @@ The current directory is assumed to be the project's root otherwise."
(use-package flycheck (use-package flycheck
:ensure t :ensure t
:disabled t
:config :config
(progn (global-flycheck-mode)) (progn (global-flycheck-mode))
:diminish flycheck-mode) :diminish flycheck-mode)