Skip to content

Commit

Permalink
elixir: stop using flycheck-mix
Browse files Browse the repository at this point in the history
- it's conflicting with phoenix code reloading
- see phoenixframework/phoenix#1165
  • Loading branch information
dsdshcym committed Sep 30, 2017
1 parent 01fda84 commit 9de168c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lisp/init-elixir.el
Expand Up @@ -146,9 +146,4 @@
(setq flycheck-elixir-credo-strict t)
(add-hook 'elixir-mode-hook 'flycheck-mode)))

(use-package flycheck-mix
:after flycheck
:init
(flycheck-mix-setup))

(provide 'init-elixir)

0 comments on commit 9de168c

Please sign in to comment.