aboutsummaryrefslogtreecommitdiffstats
path: root/publish.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-25 10:17:42 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-25 10:17:42 +0000
commit0971e6b22febb37a718e13e15045cb7ce8e3ce3c (patch)
treec958e48b411c0cbd944f6faebdbfb470c300a8c5 /publish.el
parent1141cd590e291f6d11b507fbbe77368d72c6ed71 (diff)
downloadyannherklotz.com-0971e6b22febb37a718e13e15045cb7ce8e3ce3c.tar.gz
yannherklotz.com-0971e6b22febb37a718e13e15045cb7ce8e3ce3c.zip
Try and fix build
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/publish.el b/publish.el
index a790fe0..cdc7d35 100644
--- a/publish.el
+++ b/publish.el
@@ -1,12 +1,5 @@
(require 'package)
(package-initialize)
-(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
-(add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/") t)
-(package-refresh-contents)
-
-(package-install 'org)
-(package-install 'org-contrib)
-(package-install 'ox-hugo)
(require 'org)
(require 'ox)