From aa4e4dffae1a814f2133fb5edc8c91e2e787f255 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 6 Aug 2022 18:47:52 -0400 Subject: [PATCH] ADD dhall support --- etc/conf.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/conf.org b/etc/conf.org index fb2b6b7..384ab90 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -1354,6 +1354,13 @@ Other helper functions that make haskell even more fun. (haskell-process-load-or-reload)) (haskell-process-load-or-reload))) #+END_SRC +*** Dhall +Dhall is a functional/typed configuration language (bout time). +#+begin_src emacs-lisp +(use-package dhall-mode + :straight t + :mode "\\.dhall\\'") +#+end_src *** Lua :PROPERTIES: :ID: 31252e83-5cc2-4048-b5c2-70c10d1e271f