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:
parent
2afbbe392c
commit
11046d7f82
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue