From 11046d7f829c773adc17894db7f1381e6a055420 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 19 Dec 2019 22:07:06 -0500 Subject: [PATCH] Move gcmh from doom-core-packages to core/packages.el It doesn't need to be present outside of interactive sessions. --- core/core-packages.el | 2 +- core/packages.el | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-packages.el b/core/core-packages.el index 726510784..168ab6fca 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -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.") diff --git a/core/packages.el b/core/packages.el index 7976cbdb5..8535a023a 100644 --- a/core/packages.el +++ b/core/packages.el @@ -3,6 +3,7 @@ ;; core.el (package! auto-minor-mode) +(package! gcmh) ;; core-ui.el (package! all-the-icons)