Move flycheck-cask to lang/emacs-lisp
This commit is contained in:
parent
1ba674077a
commit
c6677136c1
4 changed files with 11 additions and 7 deletions
|
@ -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)))
|
||||
|
||||
|
||||
;;
|
||||
;;
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue