Skip to content

aaronjensen/flycheck-dialyxir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

flycheck-dialyxir MELPA

flycheck checker for dialyxir.

Installation

You can install this package from Melpa

M-x package-install RET flycheck-dialyxir RET

Usage

Ensure that dialyxir is installed in your project.

Then, in your init.el:

(eval-after-load 'flycheck
  '(flycheck-dialyxir-setup))
(add-hook 'elixir-mode-hook 'flycheck-mode)

Thanks

Releases

No releases published

Packages

No packages published