From a462f65af52b189852fcabe350d9a9226ea94119 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sun, 1 May 2016 11:00:09 -0400 Subject: [PATCH] init: revert GC threshold to 100MB --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 27136746a..f7dd5c614 100644 --- a/init.el +++ b/init.el @@ -30,5 +30,4 @@ (spacemacs-buffer/display-info-box) (spacemacs/setup-startup-hook) (require 'server) - (unless (server-running-p) (server-start)) - (add-hook 'emacs-startup-hook (lambda () (setq gc-cons-threshold 800000)) t)) + (unless (server-running-p) (server-start)))