Merge pull request #1601 from proofit404/recipe/anaconda-mode

Replace company-jedi with anaconda-mode recipe.
This commit is contained in:
Steve Purcell 2014-03-27 08:24:22 +00:00
commit 159ce4c432
2 changed files with 4 additions and 4 deletions

4
recipes/anaconda-mode Normal file
View file

@ -0,0 +1,4 @@
(anaconda-mode
:fetcher "github"
:repo "proofit404/anaconda-mode"
:files ("anaconda_mode" "*.el"))

View file

@ -1,4 +0,0 @@
(company-jedi
:fetcher "github"
:repo "proofit404/company-jedi"
:files ("start_jedi" "company-jedi.el" "Makefile" "requirements.txt"))