aboutsummaryrefslogtreecommitdiff
path: root/content/blog
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-03-14 11:24:18 -0500
committerChristian Cleberg <[email protected]>2024-03-14 11:24:18 -0500
commit59fee85034d39ef3b6f7e6dea8966dc43cead109 (patch)
tree8d78db165235a38f8fb330a7558a2c1d1f604423 /content/blog
parent534e503ecb7bf9c3404c51cf2a443569f5a623bf (diff)
downloadcleberg.net-59fee85034d39ef3b6f7e6dea8966dc43cead109.tar.gz
cleberg.net-59fee85034d39ef3b6f7e6dea8966dc43cead109.tar.bz2
cleberg.net-59fee85034d39ef3b6f7e6dea8966dc43cead109.zip
fix error in code block formatting
Diffstat (limited to 'content/blog')
-rw-r--r--content/blog/2024-03-13-doom-emacs.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/blog/2024-03-13-doom-emacs.md b/content/blog/2024-03-13-doom-emacs.md
index 5fba0ac..04ac005 100644
--- a/content/blog/2024-03-13-doom-emacs.md
+++ b/content/blog/2024-03-13-doom-emacs.md
@@ -258,7 +258,8 @@ Once a project has been created, you can create custom publishing actions within
your `~/.doom.d/config.el` file. For example, here's a test project I created to
try and convert this blog to org-mode recently.
-```lisp ;; org-publish (require 'ox-publish)
+```lisp
+;; org-publish (require 'ox-publish)
(defun my/org-sitemap-date-entry-format (entry style project) "Format ENTRY in
org-publish PROJECT Sitemap format ENTRY ENTRY STYLE format that includes