lang/elm: set :repl & load autoloads
This commit is contained in:
parent
c94893c6ba
commit
373d4f25b5
1 changed files with 2 additions and 0 deletions
|
@ -3,8 +3,10 @@
|
||||||
(def-package! elm-mode
|
(def-package! elm-mode
|
||||||
:mode "\\.elm$"
|
:mode "\\.elm$"
|
||||||
:config
|
:config
|
||||||
|
(load "elm-mode-autolods" nil t)
|
||||||
(add-hook! 'elm-mode-hook #'(flycheck-mode rainbow-delimiters-mode))
|
(add-hook! 'elm-mode-hook #'(flycheck-mode rainbow-delimiters-mode))
|
||||||
(set! :company-backend 'elm-mode '(company-elm))
|
(set! :company-backend 'elm-mode '(company-elm))
|
||||||
|
(set! :repl 'elm-mode #'run-elm-interactive)
|
||||||
(setq elm-format-on-save t))
|
(setq elm-format-on-save t))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue