aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-15 14:08:32 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-15 14:08:32 +0100
commit3b2ce146bc6e651df8ac9910d08da05d88c06fb6 (patch)
tree1e729c1a42c8fc3ee6ba14bb81378e5e3b61750d
parent2427d327e0ef6b8fc6cb05c17d771cc10e102194 (diff)
downloadvericert-docs-3b2ce146bc6e651df8ac9910d08da05d88c06fb6.tar.gz
vericert-docs-3b2ce146bc6e651df8ac9910d08da05d88c06fb6.zip
Remove org-contrib
-rw-r--r--publish.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/publish.el b/publish.el
index cd23b3a..f18c449 100644
--- a/publish.el
+++ b/publish.el
@@ -3,7 +3,6 @@
(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
(package-refresh-contents)
-(package-install 'org-plus-contrib)
(package-install 'ox-hugo)
(require 'org)