aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-25 10:46:53 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-25 10:46:58 +0000
commitb25f796221dcb16ce2af8bd139d032cf7b5bdb7d (patch)
tree7abb1672d03decc3f81b06f04ee8274081258936
parent9deed36c5e731dc168ec6701041c0a22c7fb1754 (diff)
downloadyannherklotz.com-b25f796221dcb16ce2af8bd139d032cf7b5bdb7d.tar.gz
yannherklotz.com-b25f796221dcb16ce2af8bd139d032cf7b5bdb7d.zip
Add dependencies into the yml file
-rw-r--r--.build.yml2
-rw-r--r--deps.el3
2 files changed, 2 insertions, 3 deletions
diff --git a/.build.yml b/.build.yml
index a73bb1f..8c1843a 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,6 +1,8 @@
image: debian/testing
packages:
- emacs-nox
+ - elpa-org-contrib
+ - elpa-org
- hugo
- zip
- bibtex2html
diff --git a/deps.el b/deps.el
index c0ebd7c..971c4f3 100644
--- a/deps.el
+++ b/deps.el
@@ -1,9 +1,6 @@
(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)