aboutsummaryrefslogtreecommitdiff
path: root/zola-static/content/blog
diff options
context:
space:
mode:
authorJackJ30 <jackqjamison@gmail.com>2025-05-13 15:54:47 -0400
committerJackJ30 <jackqjamison@gmail.com>2025-05-13 15:54:47 -0400
commitb7a8048804b71dbabc4410841e6967d070bf4a7c (patch)
tree2cc05428505d0936d3ab603d945742cb737d1e30 /zola-static/content/blog
parent9d84f5c4a187a41e4eba954018c9e9b9fcc46d2e (diff)
update articles
Diffstat (limited to 'zola-static/content/blog')
-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 1784be9..bca0f13 100644
--- a/zola-static/content/blog/emacs-garbage-collection.md
+++ b/zola-static/content/blog/emacs-garbage-collection.md
@@ -35,6 +35,6 @@ I also *basically* disable the threshold entirely when in the minibuffer. Here's
(run-with-idle-timer 1.2 t 'garbage-collect)
```
-I have been using this for a few months and it's worked perfectly. Even when I try my best to notice the garbage collection, I can't.
+I have been using this for a few months and it's worked perfectly. I've tried my best to notice the garbage collections, I can't.
> There is a package which does the same thing, called [the Garbage Collector Magic Hack](https://github.com/emacsmirror/gcmh). Personally I prefer a lower idle time, and keeping it in my own config.