Add flycheck-credo for lang/elixir
This commit is contained in:
parent
3ff5c801a9
commit
f30a210428
2 changed files with 5 additions and 0 deletions
|
@ -38,3 +38,7 @@
|
|||
(set-eval-handler! 'elixir-mode #'alchemist-eval-region)
|
||||
(set-repl-handler! 'elixir-mode #'alchemist-iex-project-run))
|
||||
|
||||
(def-package! flycheck-credo
|
||||
:when (featurep! :feature syntax-checker)
|
||||
:after flycheck
|
||||
:config (flycheck-credo-setup))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue