From 9adeb5200ebe4384d46ae54214cc3db3e2af0212 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 14 Apr 2024 20:16:04 -0500 Subject: maybe? --- publish.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index 769b51b..5ada822 100644 --- a/publish.el +++ b/publish.el @@ -5,8 +5,7 @@ (unless (package-installed-p 'htmlize) (package-refresh-contents) - (package-install 'htmlize) - (package-install 'ox-rss)) + (package-install 'htmlize)) (require 'org) (require 'ox-html) -- cgit v1.2.3