summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 00f06f53..1b7a03e9 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -10,6 +10,7 @@ Open Emacs with just a plain window. No graphics or messages, please!
 #+BEGIN_SRC emacs-lisp
   (setq inhibit-startup-echo-area-message "alan")
   (setq inhibit-startup-screen t)
+  (setq gc-cons-threshold 100000000)
 #+END_SRC
 
 ** Scratch buffers
@@ -2433,4 +2434,5 @@ Start a server if possible.  A daemon is already a server.
         (message "Server already appears to be running")
       (server-start)))
   (benchmark-init/deactivate)
+  (setq gc-cons-threshold 800000)
 #+END_SRC