mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
refactor: use negated flags
Ref: 7a806521a92c
This commit is contained in:
@ -15,6 +15,5 @@
|
||||
|
||||
|
||||
(use-package! flycheck-kotlin
|
||||
:when (and (modulep! :checkers syntax)
|
||||
(not (modulep! :checkers syntax +flymake)))
|
||||
:when (modulep! :checkers syntax -flymake)
|
||||
:hook (kotlin-mode . flycheck-kotlin-setup))
|
||||
|
@ -3,6 +3,5 @@
|
||||
|
||||
(package! kotlin-mode :pin "fddd747e5b4736e8b27a147960f369b86179ddff")
|
||||
|
||||
(when (and (modulep! :checkers syntax)
|
||||
(not (modulep! :checkers syntax +flymake)))
|
||||
(when (modulep! :checker syntax -flymake)
|
||||
(package! flycheck-kotlin :pin "a2a6abb9a7f85c6fb15ce327459ec3c8ff780188"))
|
||||
|
Reference in New Issue
Block a user