Add flycheck-cask

This commit is contained in:
Ivan Malison 2016-09-07 15:27:03 -07:00
parent b9c395e134
commit 3fc794d1d4
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3097,6 +3097,12 @@ I don't use iedit directly, but it is used by [[*emr][emr]] and I need to disabl
(progn
(use-package flycheck-package
:config (flycheck-package-setup))
(use-package flycheck-cask
:after flycheck
:config
(add-hook 'flycheck-mode-hook #'flycheck-cask-setup))
(add-to-list 'flycheck-emacs-lisp-checkdoc-variables
'sentence-end-double-space)
(global-flycheck-mode))