From 39f01450cbf87887617e93138ac074e69855c7b0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 17 Nov 2019 01:23:45 -0500 Subject: [PATCH] lang/python: load flycheck-cython conditionally --- modules/lang/python/config.el | 1 + 1 file changed, 1 insertion(+) 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)