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
|
||||
|
||||
(package! anaconda-mode)
|
||||
(package! nose)
|
||||
(package! pip-requirements)
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-anaconda))
|
||||
(when (package! anaconda-mode)
|
||||
(when (featurep! :completion company)
|
||||
(package! company-anaconda)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue