mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge branch 'bandresen-flycheck-cask'
* bandresen-flycheck-cask: Move flycheck-cask to lang/emacs-lisp Add: feature/syntax-checker: add flycheck-cask for emacs-lisp
This commit is contained in:
@ -98,6 +98,14 @@
|
||||
(add-hook 'macrostep-mode-hook #'evil-normalize-keymaps))
|
||||
|
||||
|
||||
(def-package! flycheck-cask
|
||||
:when (featurep! :feature syntax-checker)
|
||||
:commands flycheck-cask-setup
|
||||
:init
|
||||
(add-hook! 'emacs-lisp-hook
|
||||
(add-hook 'flycheck-mode-hook #'flycheck-cask-setup nil t)))
|
||||
|
||||
|
||||
;;
|
||||
;;
|
||||
;;
|
||||
|
Reference in New Issue
Block a user