aboutsummaryrefslogtreecommitdiff
path: root/zola-static/content/blog/emacs-garbage-collection.md
diff options
context:
space:
mode:
authorJackJ30 <jackqjamison@gmail.com>2025-05-26 11:38:27 -0400
committerJackJ30 <jackqjamison@gmail.com>2025-05-26 11:38:27 -0400
commit6bc99e62b4ff7a17caddbe8c077ed2a5d4f18c92 (patch)
treeb93fc9d23bbe3352eb7d734f54154be06a66a91d /zola-static/content/blog/emacs-garbage-collection.md
parente8e8289d53517bb84141d69611f54360e0051d49 (diff)
added personal advertisement and style
Diffstat (limited to 'zola-static/content/blog/emacs-garbage-collection.md')
-rw-r--r--zola-static/content/blog/emacs-garbage-collection.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/zola-static/content/blog/emacs-garbage-collection.md b/zola-static/content/blog/emacs-garbage-collection.md
index 23643d8..26cf5d9 100644
--- a/zola-static/content/blog/emacs-garbage-collection.md
+++ b/zola-static/content/blog/emacs-garbage-collection.md
@@ -40,4 +40,4 @@ I have been using this for a few months and it's worked perfectly. I've tried my
> There is a package for this, called [the Garbage Collector Magic Hack](https://github.com/emacsmirror/gcmh). Personally I prefer a lower idle time than its default, and I like keeping it in my own config.
# Update: IGC Branch
-After posting this article, [some users on reddit](https://www.reddit.com/r/emacs/comments/1km1by3/comment/ms750w3/) informed me that there is a [branch of emacs](https://git.savannah.gnu.org/cgit/emacs.git/tree/README-IGC?h=feature/igc#n1) in development which greatly improves the garbage collector efficiency. People are saying that it has completely eliminated their stutters. I recommend trying it out.
+After posting this article, [some users on reddit](https://www.reddit.com/r/emacs/comments/1km1by3/comment/ms750w3/) informed me that there is an [Emacs branch](https://git.savannah.gnu.org/cgit/emacs.git/tree/README-IGC?h=feature/igc#n1) in development which greatly improves the garbage collector efficiency. People are saying that it has completely eliminated their stutters. I recommend trying it out.