Optionally use local flycheck-cask

This commit is contained in:
Ivan Malison 2016-09-08 13:10:33 -07:00
parent 559c516ec0
commit 8735843399
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3098,7 +3098,7 @@ I don't use iedit directly, but it is used by [[*emr][emr]] and I need to disabl
(use-package flycheck-package
:config (flycheck-package-setup))
(use-package flycheck-cask
(imalison:use-package flycheck-cask
:after flycheck
:config
(add-hook 'flycheck-mode-hook #'flycheck-cask-setup))