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 3b24602..c665a5b 100644
--- a/publish.el
+++ b/publish.el
@@ -10,6 +10,8 @@
(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