diff options
| author | Christian Cleberg <[email protected]> | 2024-03-14 11:24:18 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-03-14 11:24:18 -0500 |
| commit | 59fee85034d39ef3b6f7e6dea8966dc43cead109 (patch) | |
| tree | 8d78db165235a38f8fb330a7558a2c1d1f604423 | |
| parent | 534e503ecb7bf9c3404c51cf2a443569f5a623bf (diff) | |
| download | cleberg.net-59fee85034d39ef3b6f7e6dea8966dc43cead109.tar.gz cleberg.net-59fee85034d39ef3b6f7e6dea8966dc43cead109.tar.bz2 cleberg.net-59fee85034d39ef3b6f7e6dea8966dc43cead109.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 |
