mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Use new ;;;###package cookie
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).
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/emacs-lisp/packages.el
|
||||
|
||||
(package! elisp-mode :built-in t)
|
||||
|
||||
(package! auto-compile)
|
||||
(package! highlight-quoted)
|
||||
(package! macrostep)
|
||||
|
Reference in New Issue
Block a user