diff options
author | Sam Light <samlight1994@gmail.com> | 2025-05-18 00:55:16 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-05-18 00:55:16 +0100 |
commit | b2651e9864a637ad9a2488328b0a9455894b312a (patch) | |
tree | bb365127976f11a710f783de6b5a56d101ad30d0 /config | |
parent | 0b48b7d84872ea328ff942d2a2f786efc3319e82 (diff) |
gcmh
Diffstat (limited to 'config')
-rw-r--r-- | config/common.el | 5 |
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)) |