lang/emacs-lisp: fix flycheck-cask-setup hook

This commit is contained in:
Henrik Lissner
2018-02-19 14:37:32 -05:00
parent f31c758a56
commit 4cd79bd6ca

View File

@ -114,7 +114,7 @@
:when (featurep! :feature syntax-checker)
:commands flycheck-cask-setup
:init
(add-hook! 'emacs-lisp-hook
(add-hook! 'emacs-lisp-mode-hook
(add-hook 'flycheck-mode-hook #'flycheck-cask-setup nil t)))