aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-03-29 12:37:38 -0500
committerChristian Cleberg <hello@cleberg.net>2024-03-29 12:37:38 -0500
commit47c7c7b4c89cbd8295520eb6ff0c65093340dd64 (patch)
tree641b4a1edadf4b49f48b3fae0b9733864156bafd
parenta226f6b44134dbf069711beba6c6d56b046d8411 (diff)
downloadcleberg.net-47c7c7b4c89cbd8295520eb6ff0c65093340dd64.tar.gz
cleberg.net-47c7c7b4c89cbd8295520eb6ff0c65093340dd64.tar.bz2
cleberg.net-47c7c7b4c89cbd8295520eb6ff0c65093340dd64.zip
fix missing inline code tag
-rw-r--r--content/blog/2024-03-29-org-blog.org4
1 files 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