From 332d3b3395b960afb4008ce03a81ca4c7860cf6f Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 15 Apr 2024 11:41:19 -0500 Subject: wrap src lines in dotfiles --- publish.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index 6e2e9c8..3b24602 100644 --- a/publish.el +++ b/publish.el @@ -10,10 +10,10 @@ (setq use-package-always-ensure t use-package-expand-minimally t)) -(use-package org - :ensure org-plus-contrib) (use-package ox-rss :after org) +(use-package htmlize + :after org) (require 'org) (require 'ox-html) @@ -115,6 +115,7 @@ :base-extension "org" :html-head "" :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
" + :html-wrap-src-lines t :html-postamble nil :publishing-directory "~/public_html" :publishing-function org-html-publish-to-html -- cgit v1.2.3