flycheck-dogma is now built in to flycheck, please use that one, thanks!
You can install this package from Melpa
M-x package-install RET flycheck-dogma RET
Ensure that dogma
is installed in your project.
Then, in your init.el
:
(eval-after-load 'flycheck
'(flycheck-dogma-setup))
(add-hook 'elixir-mode-hook 'flycheck-mode)
- @lpil for dogma.
- @lunaryorn for flycheck.