diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-12-26 18:48:58 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-12-26 18:48:58 -0500 |
| commit | fad3843b2ba6176a4c0834b66e27584fcf7aed17 (patch) | |
| tree | 5e53bf449392605d78912b620b22273a950c1516 /zola-static/content/blog | |
| parent | be3a5f44a4eba7ca68839e1456553d5cc7399395 (diff) | |
move articles to directories
Diffstat (limited to 'zola-static/content/blog')
| -rw-r--r-- | zola-static/content/blog/emacs-garbage-collection/index.md (renamed from zola-static/content/blog/emacs-garbage-collection.md) | 0 | ||||
| -rw-r--r-- | zola-static/content/blog/first/index.md (renamed from zola-static/content/blog/first.md) | 0 | ||||
| -rw-r--r-- | zola-static/content/blog/my-emacs-tips-and-tricks/index.md (renamed from zola-static/content/blog/my-emacs-tips-and-tricks.md) | 2 | ||||
| -rw-r--r-- | zola-static/content/blog/sdl-native-wayland/index.md (renamed from zola-static/content/blog/sdl-native-wayland.md) | 0 |
4 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/index.md index 26cf5d9..26cf5d9 100644 --- a/zola-static/content/blog/emacs-garbage-collection.md +++ b/zola-static/content/blog/emacs-garbage-collection/index.md diff --git a/zola-static/content/blog/first.md b/zola-static/content/blog/first/index.md index bfed8ba..bfed8ba 100644 --- a/zola-static/content/blog/first.md +++ b/zola-static/content/blog/first/index.md diff --git a/zola-static/content/blog/my-emacs-tips-and-tricks.md b/zola-static/content/blog/my-emacs-tips-and-tricks/index.md index 46ea4e5..359a6ef 100644 --- a/zola-static/content/blog/my-emacs-tips-and-tricks.md +++ b/zola-static/content/blog/my-emacs-tips-and-tricks/index.md @@ -8,7 +8,7 @@ Throughout my time using GNU Emacs and its package ecosystem, I've found some an # Fixes ## General Stutters (Caused by Garbage Collection) -Garbage collection stutters is a common problem among Emacs users, and I have a constroversial solution which has worked for me. Basically: **only garbage collect when you are idle** (even for short periods of time). Read more about it [here](@/blog/emacs-garbage-collection.md). +Garbage collection stutters is a common problem among Emacs users, and I have a constroversial solution which has worked for me. Basically: **only garbage collect when you are idle** (even for short periods of time). Read more about it [here](@/blog/emacs-garbage-collection/index.md). ```lisp (defun my-minibuffer-setup-hook () (setq gc-cons-threshold most-positive-fixnum)) diff --git a/zola-static/content/blog/sdl-native-wayland.md b/zola-static/content/blog/sdl-native-wayland/index.md index 1f163f7..1f163f7 100644 --- a/zola-static/content/blog/sdl-native-wayland.md +++ b/zola-static/content/blog/sdl-native-wayland/index.md |
