mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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.
20 lines
759 B
EmacsLisp
20 lines
759 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/emacs-lisp/packages.el
|
|
|
|
(package! elisp-mode :built-in t)
|
|
|
|
;; Fontification plugins
|
|
(package! highlight-quoted :pin "24103478158cd19fbcfb4339a3f1fa1f054f1469")
|
|
|
|
;; Tools
|
|
(package! helpful :pin "5ad8a9ce57b6c076428286c3d25968b449ab6fd3")
|
|
(package! macrostep :pin "d0928626b4711dcf9f8f90439d23701118724199")
|
|
(package! overseer :pin "7fdcf1a6fba6b1569a09c1666b4e51bcde266ed9")
|
|
(package! elisp-def :pin "1ad4baccbf3d0d13e7607d332ae6bc60a5dd7360")
|
|
(package! elisp-demos :pin "1a108d1c5011f9ced58be2ca98bea1fbd4130a2f")
|
|
(when (modulep! :checkers syntax -flymake)
|
|
(package! flycheck-package :pin "a52e4e95f3151898b36739dfdb4a98b368626fc0"))
|
|
|
|
;; Libraries
|
|
(package! buttercup :pin "c467c659b2c5b7029e20909331e072d7301af1d5")
|