mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
Add: feature/syntax-checker: add flycheck-cask for emacs-lisp
This is used to set up the flycheck load-path correctly for emacs-lisp package development.
This commit is contained in:
@@ -4,3 +4,6 @@
|
||||
(package! flycheck)
|
||||
(package! flycheck-pos-tip)
|
||||
|
||||
(when (featurep! :lang emacs-lisp)
|
||||
(package! flycheck-cask))
|
||||
|
||||
|
Reference in New Issue
Block a user