aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2024-01-31 14:47:07 +0100
committerTimo Wilken2024-01-31 14:47:07 +0100
commit19b44815598ce19105eafb299900d89f9a7c2530 (patch)
tree4e0964e41434be4acd87c08874ff8eb042d96cf5
parente3e9ab077a8fcdb6c49678a548c2785dbe736718 (diff)
Disable garbage collector message in Emacs
-rw-r--r--tw/home/files/emacs-init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index 4e405cf5..1f2b9f9f 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -123,8 +123,6 @@ If CREATE is true and the resulting directory does not exist, create it."
(use-package gcmh ; "garbage collector magic hack": run GC when not in focus
:config (gcmh-mode +1)
- :custom
- (gcmh-verbose t "Show an informative message when garbage collecting.")
:diminish gcmh-mode)
;; Look and feel