aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-10-30 20:31:49 -0400
committerRyan Kavanagh <rak@rak.ac>2021-10-30 20:31:49 -0400
commitd71d065a0ea84ee7835373853d8292ec094a14a5 (patch)
tree494f40913e2267dd645b66eacafeba29694d4ba0
parentvf1 starts at rak.ac (diff)
require dune and dune-format in emacs
Diffstat (limited to '')
-rw-r--r--.emacs6
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index d791bb4..882b3e9 100644
--- a/.emacs
+++ b/.emacs
@@ -280,6 +280,12 @@ Extended Format date in the date field and return it as a string obeing
(use-package dtrt-indent
:ensure t)
+(use-package dune
+ :ensure t)
+
+(use-package dune-format
+ :ensure t)
+
(use-package elpher
:ensure t)