module: add :lang dhall
Close #4791 Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
parent
199fde526e
commit
dd55ebb67a
3 changed files with 17 additions and 0 deletions
12
modules/lang/dhall/config.el
Normal file
12
modules/lang/dhall/config.el
Normal file
|
@ -0,0 +1,12 @@
|
|||
;;; lang/dhall/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package! dhall-mode
|
||||
:defer t
|
||||
:config
|
||||
(set-repl-handler! 'dhall-mode #'dhall-repl-show)
|
||||
(setq dhall-format-at-save (featurep! :editor format +onsave))
|
||||
(map! :map dhall-mode-map
|
||||
:localleader
|
||||
"l" #'dhall-lint
|
||||
"f" #'dhall-freeze
|
||||
"t" #'dhall-buffer-type-show))
|
Loading…
Add table
Add a link
Reference in a new issue