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