cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

bc1909ac8b8bb60a3edc6d7e8c91c4d51becf01b

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2024-03-29T17:37:38Z

fix missing inline code tag
 content/blog/2024-03-29-org-blog.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/blog/2024-03-29-org-blog.org b/content/blog/2024-03-29-org-blog.org
index 460d57b..57b024f 100644
--- a/content/blog/2024-03-29-org-blog.org
+++ b/content/blog/2024-03-29-org-blog.org
@@ -66,8 +66,8 @@ cd ~/Source/cleberg.net && nano publish.el
 
 Since I'm using Doom, Emacs will not automatically load the packages I need
 later in the build process. To compensate, my =publish.el= file needs to
-explicitly tell Emacs where Doom stores the =htmlize=, =weblorg=, and templatel=
-packages.
+explicitly tell Emacs where Doom stores the =htmlize=, =weblorg=, and 
+=templatel= packages.
 
 #+begin_src lisp
 ;; explicity load packages since I'm using Doom Emacs