From 3879aa0885374e3d0facc65112941aed284b591d Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 26 Sep 2018 16:06:27 +0900 Subject: [PATCH] Extend gc-cons-threshold --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 12dcd4b..8438cc3 100644 --- a/emacs.el +++ b/emacs.el @@ -191,7 +191,7 @@ found, otherwise returns nil." (setq inhibit-startup-message t) (setq confirm-kill-emacs 'y-or-n-p) -(setq gc-cons-threshold (* 1024 1024 4)) +(setq gc-cons-threshold (* 1024 1024 16)) (setq garbage-collection-messages t) (when window-system