lang/emacs-lisp: add flycheck-package
This commit is contained in:
parent
91e1eac024
commit
54a556c2fa
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue