Conditionally install anaconda-mode dependencies
This commit is contained in:
parent
1938a0d253
commit
cb4b94cc12
1 changed files with 3 additions and 4 deletions
|
@ -3,9 +3,8 @@
|
||||||
|
|
||||||
;; requires: python jedi setuptools
|
;; requires: python jedi setuptools
|
||||||
|
|
||||||
(package! anaconda-mode)
|
|
||||||
(package! nose)
|
(package! nose)
|
||||||
(package! pip-requirements)
|
(package! pip-requirements)
|
||||||
|
(when (package! anaconda-mode)
|
||||||
(when (featurep! :completion company)
|
(when (featurep! :completion company)
|
||||||
(package! company-anaconda))
|
(package! company-anaconda)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue