summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-05-18 00:55:16 +0100
committerSam Light <samlight1994@gmail.com>2025-05-18 00:55:16 +0100
commitb2651e9864a637ad9a2488328b0a9455894b312a (patch)
treebb365127976f11a710f783de6b5a56d101ad30d0
parent0b48b7d84872ea328ff942d2a2f786efc3319e82 (diff)
gcmh
-rw-r--r--config/common.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/common.el b/config/common.el
index cd874de..6a3efcc 100644
--- a/config/common.el
+++ b/config/common.el
@@ -12,6 +12,11 @@
(setq custom-file (expand-file-name "emacs-custom.el" user-emacs-directory))
(when (file-exists-p custom-file) (load custom-file))
+(use-package gcmh
+ :ensure t
+ :config
+ (gcmh-mode 1))
+
(use-package doom-modeline
:ensure t
:hook (after-init . doom-modeline-mode))