mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(syntax): feat gate flycheck in all modules
This commit is contained in:
@ -310,7 +310,8 @@
|
||||
|
||||
(use-package! flycheck-cython
|
||||
:when (modulep! +cython)
|
||||
:when (modulep! :checkers syntax)
|
||||
:when (and (modulep! :checkers syntax)
|
||||
(not (modulep! :checkers syntax +flymake)))
|
||||
:after cython-mode)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user