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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

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)))