[Emacs] Add dhall-mode

This commit is contained in:
Ivan Malison 2020-04-18 01:52:07 -07:00
parent c32465ddab
commit fbd4b3200b
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2979,6 +2979,11 @@ Intero seems to be causing hangs, so it has been disabled
(use-package dockerfile-mode
:mode ("Dockerfile\\'" . dockerfile-mode))
#+END_SRC
*** dhall
#+begin_src emacs-lisp
(use-package dhall-mode
:mode "\\.dhall\\'")
#+end_src
** Document
*** org
**** config