aboutsummaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-18 00:06:13 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-18 00:06:13 -0400
commit233a74dae67e1fdb08aad2fdc77d31d392fbf1ad (patch)
tree3905068de79d8732279a4432027acf80dc7942e6 /early-init.el
parentAdd the Garbage Collector Magic Hack (diff)
downloadmmosmacs-233a74dae67e1fdb08aad2fdc77d31d392fbf1ad.tar.gz
mmosmacs-233a74dae67e1fdb08aad2fdc77d31d392fbf1ad.tar.bz2
mmosmacs-233a74dae67e1fdb08aad2fdc77d31d392fbf1ad.zip
Fix formatting for GCMH subsection
Diffstat (limited to 'early-init.el')
-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)