mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
refactor: use negated flags
Ref: 7a806521a92c
This commit is contained in:
@@ -52,8 +52,7 @@
|
||||
|
||||
|
||||
(use-package! flycheck-credo
|
||||
:when (and (modulep! :checkers syntax)
|
||||
(not (modulep! :checkers syntax +flymake)))
|
||||
:when (modulep! :checkers syntax -flymake)
|
||||
:after elixir-mode
|
||||
:config (flycheck-credo-setup))
|
||||
|
||||
|
Reference in New Issue
Block a user