lang/elm: set :repl & load autoloads

This commit is contained in:
Henrik Lissner 2018-02-14 07:43:28 -05:00
parent c94893c6ba
commit 373d4f25b5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -3,8 +3,10 @@
(def-package! elm-mode
:mode "\\.elm$"
:config
(load "elm-mode-autolods" nil t)
(add-hook! 'elm-mode-hook #'(flycheck-mode rainbow-delimiters-mode))
(set! :company-backend 'elm-mode '(company-elm))
(set! :repl 'elm-mode #'run-elm-interactive)
(setq elm-format-on-save t))