lang/elixir: conditionally install flycheck-credo
And register flycheck-credo after elixir-mode loads.
This commit is contained in:
parent
f52d76bccf
commit
92cfcf3627
2 changed files with 7 additions and 7 deletions
|
@ -4,4 +4,5 @@
|
|||
;; +elixir.el
|
||||
(package! elixir-mode)
|
||||
(package! alchemist)
|
||||
(package! flycheck-credo)
|
||||
(when (featurep! :feature syntax-checker)
|
||||
(package! flycheck-credo))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue