Move gcmh from doom-core-packages to core/packages.el

It doesn't need to be present outside of interactive sessions.
This commit is contained in:
Henrik Lissner 2019-12-19 22:07:06 -05:00
parent 2afbbe392c
commit 11046d7f82
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 1 deletions

View file

@ -43,7 +43,7 @@
package's name as a symbol, and whose CDR is the plist supplied to its package's name as a symbol, and whose CDR is the plist supplied to its
`package!' declaration. Set by `doom-initialize-packages'.") `package!' declaration. Set by `doom-initialize-packages'.")
(defvar doom-core-packages '(straight use-package async gcmh) (defvar doom-core-packages '(straight use-package async)
"A list of packages that must be installed (and will be auto-installed if "A list of packages that must be installed (and will be auto-installed if
missing) and shouldn't be deleted.") missing) and shouldn't be deleted.")

View file

@ -3,6 +3,7 @@
;; core.el ;; core.el
(package! auto-minor-mode) (package! auto-minor-mode)
(package! gcmh)
;; core-ui.el ;; core-ui.el
(package! all-the-icons) (package! all-the-icons)