ENH increase dhall type check timeout
This commit is contained in:
parent
6c57f3c661
commit
51c6b0bd98
|
@ -1134,7 +1134,9 @@ Dhall is a functional/typed configuration language (bout time).
|
|||
#+begin_src emacs-lisp
|
||||
(use-package dhall-mode
|
||||
:straight t
|
||||
:mode "\\.dhall\\'")
|
||||
:mode "\\.dhall\\'"
|
||||
:config
|
||||
(setq dhall-type-check-inactivity-timeout 5))
|
||||
|
||||
(defun nd/dhall-toggle-type-check ()
|
||||
"Turn dhall type checking on/off."
|
||||
|
|
Loading…
Reference in New Issue