aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-17 21:33:43 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-17 21:33:43 +0000
commite45345e96cb1f9a52d8fbf2e1d515ee7601f4923 (patch)
tree779bcc94022bb8983a06e8ae655285b5694d3750 /emacs
parent14a1690393d9f41429987e93ca4661e2a61434c6 (diff)
downloaddotfiles-e45345e96cb1f9a52d8fbf2e1d515ee7601f4923.tar.gz
dotfiles-e45345e96cb1f9a52d8fbf2e1d515ee7601f4923.zip
Add even more commentaryv1.0
Diffstat (limited to 'emacs')
-rw-r--r--emacs/loader.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index 97744da..a501748 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -110,7 +110,10 @@ Use ~use-package~ to manage other packages, and improve load times.
: t
** GC Threshold
-Threshold for faster startup.
+
+Threshold for faster startup. This should increase the garbage collector's
+threshold at which it will start cleaning, so that it is not triggered during
+startup.
#+BEGIN_SRC emacs-lisp
(setq gc-cons-threshold 500000000)