1
0
Fork 0
mirror of https://github.com/correl/melpa.git synced 2025-01-11 11:05:24 +00:00

Merge pull request from syohex/update-jedi

Update jedi(auto-complete) and add company-jedi recipe
This commit is contained in:
Steve Purcell 2015-03-04 07:56:43 +00:00
commit bded1840a3
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"))