aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-18 00:58:12 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-18 00:58:12 -0400
commitff228c33833c9bcd10c6411f4000231de0bcf9cd (patch)
tree424c6660f98530fd8ffbe2143af4bf17215086b9
parentPR #25: Merge `performance-improvements` branch to `stable` branch (diff)
downloadmmosmacs-ff228c33833c9bcd10c6411f4000231de0bcf9cd.tar.gz
mmosmacs-ff228c33833c9bcd10c6411f4000231de0bcf9cd.tar.bz2
mmosmacs-ff228c33833c9bcd10c6411f4000231de0bcf9cd.zip
Minor formatting fix
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index de36aba..6cca65d 100644
--- a/init.el
+++ b/init.el
@@ -64,7 +64,12 @@
64;; These hacks subjectively make Emacs perform "better" 64;; These hacks subjectively make Emacs perform "better"
65;; --------------------------------------------------------------------- 65;; ---------------------------------------------------------------------
66 66
67;; ---------------------------------
68;; GCMH
69;; ----
67;; Garbage Collector Magic Hack 70;; Garbage Collector Magic Hack
71;; ---------------------------------
72
68(use-package gcmh 73(use-package gcmh
69 :straight t 74 :straight t
70 :defer t 75 :defer t