mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
refactor: use negated flags
Ref: 7a806521a92c
This commit is contained in:
@@ -36,6 +36,5 @@ windows."
|
||||
|
||||
|
||||
(use-package! flycheck-nim
|
||||
:when (and (modulep! :checkers syntax)
|
||||
(not (modulep! :checkers syntax +flymake)))
|
||||
:when (modulep! :checkers syntax -flymake)
|
||||
:after nim-mode)
|
||||
|
Reference in New Issue
Block a user