aboutsummaryrefslogtreecommitdiffstats
path: root/deps.el
diff options
context:
space:
mode:
Diffstat (limited to 'deps.el')
-rw-r--r--deps.el3
1 files changed, 0 insertions, 3 deletions
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)