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-eval-handler! 'elixir-mode #'alchemist-eval-region)
|
||||||
(set-repl-handler! 'elixir-mode #'alchemist-iex-project-run))
|
(set-repl-handler! 'elixir-mode #'alchemist-iex-project-run))
|
||||||
|
|
||||||
|
(def-package! flycheck-credo
|
||||||
|
:when (featurep! :feature syntax-checker)
|
||||||
|
:after flycheck
|
||||||
|
:config (flycheck-credo-setup))
|
||||||
|
|
|
@ -4,3 +4,4 @@
|
||||||
;; +elixir.el
|
;; +elixir.el
|
||||||
(package! elixir-mode)
|
(package! elixir-mode)
|
||||||
(package! alchemist)
|
(package! alchemist)
|
||||||
|
(package! flycheck-credo)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue