core: update comments in init.el for gc-cons-threshold

Tell user about possible required modification of the value in their
user-config function.
This commit is contained in:
syl20bnr 2016-10-16 23:06:21 -04:00
parent d15050b512
commit c90741f983
1 changed files with 2 additions and 1 deletions

View File

@ -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.")