From b2651e9864a637ad9a2488328b0a9455894b312a Mon Sep 17 00:00:00 2001 From: Sam Light Date: Sun, 18 May 2025 00:55:16 +0100 Subject: gcmh --- config/common.el | 5 +++++ 1 file changed, 5 insertions(+) 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)) -- cgit v1.2.3