From c90741f98340cf416c9e8cc94aed55db4efd9bc9 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sun, 16 Oct 2016 23:06:21 -0400 Subject: [PATCH] core: update comments in init.el for gc-cons-threshold Tell user about possible required modification of the value in their user-config function. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 43097a90b..6710ab325 100644 --- a/init.el +++ b/init.el @@ -12,7 +12,8 @@ ;; Without this comment emacs25 adds (package-initialize) here ;; (package-initialize) -;; increase gc-cons-threshold during init +;; Increase gc-cons-threshold, depending on your system you may set it back to a +;; lower value in your dotfile (function `dotspacemacs/user-config') (setq gc-cons-threshold 100000000) (defconst spacemacs-version "0.200.2" "Spacemacs version.")