mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
tweak(syntax): feat gate flycheck in all modules
This commit is contained in:
@@ -15,5 +15,6 @@
|
||||
|
||||
|
||||
(use-package! flycheck-kotlin
|
||||
:when (modulep! :checkers syntax)
|
||||
:when (and (modulep! :checkers syntax)
|
||||
(not (modulep! :checkers syntax +flymake)))
|
||||
:hook (kotlin-mode . flycheck-kotlin-setup))
|
||||
|
Reference in New Issue
Block a user