Update feature check of flycheck in elixir mode
This patch updates the check for enabling flycheck bindings to the new module location.
This commit is contained in:
parent
a6d81dda4e
commit
5276762daa
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
||||||
(add-hook 'elixir-mode-local-vars-hook #'lsp!))
|
(add-hook 'elixir-mode-local-vars-hook #'lsp!))
|
||||||
|
|
||||||
(use-package! flycheck-credo
|
(use-package! flycheck-credo
|
||||||
:when (featurep! :tools flycheck)
|
:when (featurep! :checkers syntax)
|
||||||
:config (flycheck-credo-setup)))
|
:config (flycheck-credo-setup)))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
;; +elixir.el
|
;; +elixir.el
|
||||||
(package! elixir-mode)
|
(package! elixir-mode)
|
||||||
(package! alchemist)
|
(package! alchemist)
|
||||||
(when (featurep! :tools flycheck)
|
(when (featurep! :checkers syntax)
|
||||||
(package! flycheck-credo))
|
(package! flycheck-credo))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue