aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-03-29 12:37:38 -0500
committerChristian Cleberg <[email protected]>2024-03-29 12:37:38 -0500
commitbc1909ac8b8bb60a3edc6d7e8c91c4d51becf01b (patch)
tree641b4a1edadf4b49f48b3fae0b9733864156bafd /content
parent163335ea3c8283ecfd8257cfa47e8435fcb0e321 (diff)
downloadcleberg.net-bc1909ac8b8bb60a3edc6d7e8c91c4d51becf01b.tar.gz
cleberg.net-bc1909ac8b8bb60a3edc6d7e8c91c4d51becf01b.tar.bz2
cleberg.net-bc1909ac8b8bb60a3edc6d7e8c91c4d51becf01b.zip
fix missing inline code tag
Diffstat (limited to 'content')
-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