aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-14 20:34:48 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-14 20:34:48 -0500
commit4a3cfd772b077063b85094a015f5c52df538eb54 (patch)
treeda6ddf8c27fcf5ebc2faf0c5767ed1061706514b
parent95e7517e5453cb5276f0ad3a74ee4be941da2fde (diff)
install ox-rss
-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)