aboutsummaryrefslogtreecommitdiffstats
path: root/deps.el
diff options
context:
space:
mode:
Diffstat (limited to 'deps.el')
-rw-r--r--deps.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/deps.el b/deps.el
new file mode 100644
index 0000000..c0ebd7c
--- /dev/null
+++ b/deps.el
@@ -0,0 +1,9 @@
+(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)