From efcd7788498a2ea65ad3ae04f61a714ea650cc47 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 29 Oct 2018 14:15:40 +0900 Subject: [PATCH] Do not show gc message --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index f143b75..b322e43 100644 --- a/emacs.el +++ b/emacs.el @@ -195,7 +195,7 @@ found, otherwise returns nil." (setq inhibit-startup-message t) (setq confirm-kill-emacs 'y-or-n-p) (setq gc-cons-threshold (* 1024 1024 16)) -(setq garbage-collection-messages t) +(setq garbage-collection-messages nil) (when window-system (add-to-list 'default-frame-alist '(cursor-type . box))