Globally enable flycheck-mode

This commit is contained in:
Gergely Polonkai 2017-10-09 15:22:54 +02:00
parent ad1b39cc9e
commit 806738691e
1 changed files with 3 additions and 1 deletions

View File

@ -516,7 +516,9 @@
(use-package emamux)
(use-package flycheck)
(use-package flycheck
:config
(global-flycheck-mode))
(use-package flycheck-pkg-config)