mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Move flycheck-cask to lang/emacs-lisp
This commit is contained in:
@ -75,6 +75,14 @@
|
||||
(require 'slime-fuzzy))
|
||||
|
||||
|
||||
(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