From b7a8048804b71dbabc4410841e6967d070bf4a7c Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Tue, 13 May 2025 15:54:47 -0400 Subject: update articles --- zola-static/content/blog/emacs-garbage-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zola-static/content/blog') 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. -- cgit v1.2.3