lang/emacs-lisp: fix flycheck-cask-setup hook
This commit is contained in:
parent
f31c758a56
commit
4cd79bd6ca
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue