aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el3
1 files changed, 1 insertions, 2 deletions
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)