diff options
-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)) |