mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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!' 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
|
||||
missing) and shouldn't be deleted.")
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
;; core.el
|
||||
(package! auto-minor-mode)
|
||||
(package! gcmh)
|
||||
|
||||
;; core-ui.el
|
||||
(package! all-the-icons)
|
||||
|
Reference in New Issue
Block a user