Add cython-specific flag and packages
This commit is contained in:
parent
c8b3e7f5ea
commit
cfc5a0801c
2 changed files with 21 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue