aboutsummaryrefslogtreecommitdiff
path: root/zola-static/content/blog
diff options
context:
space:
mode:
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