diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index be7276f3f..db90dbfcf 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -297,5 +297,6 @@ called.") (use-package! flycheck-cython + :when (featurep! +cython) :when (featurep! :tools flycheck) :after cython-mode)