summaryrefslogtreecommitdiffstats
path: root/scripts/packages.el
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/packages.el')
-rw-r--r--scripts/packages.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/packages.el b/scripts/packages.el
new file mode 100644
index 0000000..9ed944a
--- /dev/null
+++ b/scripts/packages.el
@@ -0,0 +1,5 @@
+(use-package ox-tufte :ensure t)
+
+(use-package tuareg :ensure t
+ :config
+ (require 'ob-ocaml))