lang/python: load flycheck-cython conditionally

This commit is contained in:
Henrik Lissner
2019-11-17 01:23:45 -05:00
parent a66872fe25
commit 39f01450cb

View File

@ -297,5 +297,6 @@ called.")
(use-package! flycheck-cython (use-package! flycheck-cython
:when (featurep! +cython)
:when (featurep! :tools flycheck) :when (featurep! :tools flycheck)
:after cython-mode) :after cython-mode)