Update jedi(auto-complete) and add jedi-core and company-jedi recipes

This commit is contained in:
Syohei YOSHIDA 2015-03-03 18:16:21 +09:00
parent f66e2e23c7
commit 9fcef5e4fa
3 changed files with 6 additions and 1 deletions

2
recipes/company-jedi Normal file
View file

@ -0,0 +1,2 @@
(company-jedi :fetcher github
:repo "syohex/emacs-company-jedi")

View file

@ -1,3 +1,3 @@
(jedi :fetcher github
:repo "tkf/emacs-jedi"
:files ("jedi*" "Makefile" "setup.py"))
:files ("jedi.el"))

3
recipes/jedi-core Normal file
View file

@ -0,0 +1,3 @@
(jedi-core :fetcher github
:repo "tkf/emacs-jedi"
:files ("jedi-core.el" "jediepcserver.py" "Makefile" "setup.py"))