mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/elixir: conditionally install flycheck-credo
And register flycheck-credo after elixir-mode loads.
This commit is contained in:
@ -4,4 +4,5 @@
|
||||
;; +elixir.el
|
||||
(package! elixir-mode)
|
||||
(package! alchemist)
|
||||
(package! flycheck-credo)
|
||||
(when (featurep! :feature syntax-checker)
|
||||
(package! flycheck-credo))
|
||||
|
Reference in New Issue
Block a user