Skip to content

Commit

Permalink
Merge pull request #614 from re-mx/master
Browse files Browse the repository at this point in the history
Use elm-test-runner instead of elm-test
  • Loading branch information
purcell committed Sep 17, 2018
2 parents 4d572ba + 11b345b commit a704d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-elm.el
Expand Up @@ -6,7 +6,7 @@
(lambda () (sanityinc/local-push-company-backend 'company-elm)))
(when (executable-find "elm-format")
(setq-default elm-format-on-save t)))
(maybe-require-package 'elm-test)
(maybe-require-package 'elm-test-runner)
(when (maybe-require-package 'flycheck-elm)
(after-load 'elm-mode
(flycheck-elm-setup))))
Expand Down

0 comments on commit a704d32

Please sign in to comment.