lang/elixir: conditionally install flycheck-credo

And register flycheck-credo after elixir-mode loads.
This commit is contained in:
Henrik Lissner 2018-09-01 16:17:52 +02:00
parent f52d76bccf
commit 92cfcf3627
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 7 additions and 7 deletions

View file

@ -4,4 +4,5 @@
;; +elixir.el
(package! elixir-mode)
(package! alchemist)
(package! flycheck-credo)
(when (featurep! :feature syntax-checker)
(package! flycheck-credo))