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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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