mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add cython-specific flag and packages
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user