forked from colonelpanic/dotfiles
Add flycheck-cask
This commit is contained in:
parent
b9c395e134
commit
3fc794d1d4
@ -3097,6 +3097,12 @@ I don't use iedit directly, but it is used by [[*emr][emr]] and I need to disabl
|
|||||||
(progn
|
(progn
|
||||||
(use-package flycheck-package
|
(use-package flycheck-package
|
||||||
:config (flycheck-package-setup))
|
: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
|
(add-to-list 'flycheck-emacs-lisp-checkdoc-variables
|
||||||
'sentence-end-double-space)
|
'sentence-end-double-space)
|
||||||
(global-flycheck-mode))
|
(global-flycheck-mode))
|
||||||
|
Loading…
Reference in New Issue
Block a user