Add cython-specific flag and packages

This commit is contained in:
Gerry Agbobada 2019-10-15 09:09:24 +02:00
parent c8b3e7f5ea
commit cfc5a0801c
2 changed files with 21 additions and 0 deletions

View file

@ -3,6 +3,10 @@
;; Major modes
(package! pip-requirements)
(when (featurep! +cython)
(package! cython-mode)
(when (featurep! :tools flycheck)
(package! flycheck-cython)))
;; LSP
(when (featurep! +lsp)