Add conda

This commit is contained in:
Edmund Miller 2018-06-04 18:42:15 -05:00
parent 6da8e5b3ab
commit 686d102ee7
3 changed files with 56 additions and 0 deletions

View file

@ -8,3 +8,5 @@
(when (package! anaconda-mode)
(when (featurep! :completion company)
(package! company-anaconda)))
(when (featurep! +conda)
(package! conda))