This will later be used for doom/describe-packages to list all locations where a package is being configured (along with def-package! and after! blocks).
14 lines
299 B
EmacsLisp
14 lines
299 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/emacs-lisp/packages.el
|
|
|
|
(package! elisp-mode :built-in t)
|
|
|
|
(package! auto-compile)
|
|
(package! highlight-quoted)
|
|
(package! macrostep)
|
|
(package! overseer)
|
|
(package! elisp-def)
|
|
(package! elisp-demos)
|
|
|
|
(when (featurep! :tools flycheck)
|
|
(package! flycheck-cask))
|