mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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).
15 lines
299 B
EmacsLisp
15 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))
|