lang/emacs-lisp: add flycheck-package

This commit is contained in:
Henrik Lissner 2021-07-25 16:37:28 -04:00
parent 91e1eac024
commit 54a556c2fa
2 changed files with 7 additions and 0 deletions

View file

@ -197,6 +197,12 @@ employed so that flycheck still does *some* helpful linting.")
(add-hook 'flycheck-mode-hook #'flycheck-cask-setup nil t)))
(use-package! flycheck-package
:when (featurep! :checkers syntax)
:after flycheck
:config (flycheck-package-setup))
(use-package! elisp-demos
:defer t
:init