mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/emacs-lisp: fix flycheck-cask-setup hook
This commit is contained in:
@ -114,7 +114,7 @@
|
|||||||
:when (featurep! :feature syntax-checker)
|
:when (featurep! :feature syntax-checker)
|
||||||
:commands flycheck-cask-setup
|
:commands flycheck-cask-setup
|
||||||
:init
|
:init
|
||||||
(add-hook! 'emacs-lisp-hook
|
(add-hook! 'emacs-lisp-mode-hook
|
||||||
(add-hook 'flycheck-mode-hook #'flycheck-cask-setup nil t)))
|
(add-hook 'flycheck-mode-hook #'flycheck-cask-setup nil t)))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user