From 380430514681773fd46b5a7c14caedf7f5cd4e8b Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 14 Mar 2024 11:24:18 -0500 Subject: fix error in code block formatting --- content/blog/2024-03-13-doom-emacs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2