aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--early-init.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el
index f183fcc..1f01c0a 100644
--- a/early-init.el
+++ b/early-init.el
@@ -12,6 +12,13 @@
12;; These hacks subjectively make Emacs perform "better" 12;; These hacks subjectively make Emacs perform "better"
13;; --------------------------------------------------------------------- 13;; ---------------------------------------------------------------------
14 14
15
16;; ---------------------------------
17;; GCMH
18;; ----
19;; Garbage Collector Magic Hack
20;; ---------------------------------
21
15;; Defer garbage collection until later in the startup process 22;; Defer garbage collection until later in the startup process
16(setq gc-cons-threshold most-positive-fixnum 23(setq gc-cons-threshold most-positive-fixnum
17 gc-cons-percentage 0.6) 24 gc-cons-percentage 0.6)