tweak(syntax): feat gate flycheck in all modules
This commit is contained in:
parent
b957142e3e
commit
4696f0d4ce
40 changed files with 86 additions and 45 deletions
|
@ -51,7 +51,8 @@
|
|||
|
||||
|
||||
(use-package! flycheck-credo
|
||||
:when (modulep! :checkers syntax)
|
||||
:when (and (modulep! :checkers syntax)
|
||||
(not (modulep! :checkers syntax +flymake)))
|
||||
:after elixir-mode
|
||||
:config (flycheck-credo-setup))
|
||||
|
||||
|
|
|
@ -4,5 +4,6 @@
|
|||
;; +elixir.el
|
||||
(package! elixir-mode :pin "7641373f0563cab67cc5459c34534a8176b5e676")
|
||||
(package! exunit :pin "e0a8c2b81f3d53885ed753b911b3cb6ee9229bec")
|
||||
(when (modulep! :checkers syntax)
|
||||
(when (and (modulep! :checkers syntax)
|
||||
(not (modulep! :checkers syntax +flymake)))
|
||||
(package! flycheck-credo :pin "e88f11ead53805c361ec7706e44c3dfee1daa19f"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue