diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-03-14 11:24:18 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-03-14 11:24:18 -0500 |
commit | 380430514681773fd46b5a7c14caedf7f5cd4e8b (patch) | |
tree | 8d78db165235a38f8fb330a7558a2c1d1f604423 | |
parent | ee1ebd13d7974409603a48e0fee98fab51607db7 (diff) | |
download | cleberg.net-380430514681773fd46b5a7c14caedf7f5cd4e8b.tar.gz cleberg.net-380430514681773fd46b5a7c14caedf7f5cd4e8b.tar.bz2 cleberg.net-380430514681773fd46b5a7c14caedf7f5cd4e8b.zip |
fix error in code block formatting
-rw-r--r-- | content/blog/2024-03-13-doom-emacs.md | 3 |
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 |