diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-18 00:58:12 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-18 00:58:12 -0400 |
commit | ff228c33833c9bcd10c6411f4000231de0bcf9cd (patch) | |
tree | 424c6660f98530fd8ffbe2143af4bf17215086b9 /init.el | |
parent | PR #25: Merge `performance-improvements` branch to `stable` branch (diff) | |
download | mmosmacs-ff228c33833c9bcd10c6411f4000231de0bcf9cd.tar.gz mmosmacs-ff228c33833c9bcd10c6411f4000231de0bcf9cd.tar.bz2 mmosmacs-ff228c33833c9bcd10c6411f4000231de0bcf9cd.zip |
Minor formatting fix
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |