diff options
Diffstat (limited to 'content/blog/2024-03-13-doom-emacs.md')
-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 |