mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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.")
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
Reference in New Issue
Block a user