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:
Henrik Lissner
2025-03-23 21:00:36 -04:00
parent f65fdd598a
commit 869a5e631e
2 changed files with 1 additions and 11 deletions

View File

@ -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")