aboutsummaryrefslogtreecommitdiff
path: root/content/blog
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-03-14 21:19:52 -0500
committerChristian Cleberg <[email protected]>2024-03-14 21:19:52 -0500
commitf6c6355ea94e07665024b5e6f1797b0c8ffbaf94 (patch)
tree844f6135402f709708a4d488f51fac59507201c4 /content/blog
parent6c540cfdf13954f87c12aca0da5746fa8313b2bc (diff)
downloadcleberg.net-f6c6355ea94e07665024b5e6f1797b0c8ffbaf94.tar.gz
cleberg.net-f6c6355ea94e07665024b5e6f1797b0c8ffbaf94.tar.bz2
cleberg.net-f6c6355ea94e07665024b5e6f1797b0c8ffbaf94.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 9377c7f..53859a9 100644
--- a/content/blog/2024-03-13-doom-emacs.md
+++ b/content/blog/2024-03-13-doom-emacs.md
@@ -263,7 +263,8 @@ 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)
+;; 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