aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/publish.el b/publish.el
index 3f9d563..9c8e10d 100644
--- a/publish.el
+++ b/publish.el
@@ -12,6 +12,8 @@
(use-package org
:ensure org-plus-contrib)
+(use-package ox-rss
+ :after org)
(require 'org)
(require 'ox-html)