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:
Henrik Lissner 2019-03-13 01:55:50 -04:00
parent 5c7da455f8
commit d868f5fd10
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 13 additions and 10 deletions

View file

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