mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
refactor!(emacs-lisp): remove cask support
BREAKING CHANGE: This removes flycheck support for Cask projects, leaving it to users to install themselves. Since Cask is not a unanminuous default for elisp projects (there are many alternatives, including Eask), I don't think should be included by default in this module.
This commit is contained in:
@ -13,8 +13,7 @@
|
||||
(package! elisp-def :pin "1ad4baccbf3d0d13e7607d332ae6bc60a5dd7360")
|
||||
(package! elisp-demos :pin "1a108d1c5011f9ced58be2ca98bea1fbd4130a2f")
|
||||
(when (modulep! :checkers syntax -flymake)
|
||||
(package! flycheck-package :pin "a52e4e95f3151898b36739dfdb4a98b368626fc0")
|
||||
(package! flycheck-cask :pin "0eeec5197e9d31bfcfc39380b262d65259a87d91"))
|
||||
(package! flycheck-package :pin "a52e4e95f3151898b36739dfdb4a98b368626fc0"))
|
||||
|
||||
;; Libraries
|
||||
(package! buttercup :pin "c467c659b2c5b7029e20909331e072d7301af1d5")
|
||||
|
Reference in New Issue
Block a user