mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Update jedi(auto-complete) and add jedi-core and company-jedi recipes
This commit is contained in:
parent
f66e2e23c7
commit
9fcef5e4fa
3 changed files with 6 additions and 1 deletions
2
recipes/company-jedi
Normal file
2
recipes/company-jedi
Normal file
|
@ -0,0 +1,2 @@
|
|||
(company-jedi :fetcher github
|
||||
:repo "syohex/emacs-company-jedi")
|
|
@ -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
3
recipes/jedi-core
Normal file
|
@ -0,0 +1,3 @@
|
|||
(jedi-core :fetcher github
|
||||
:repo "tkf/emacs-jedi"
|
||||
:files ("jedi-core.el" "jediepcserver.py" "Makefile" "setup.py"))
|
Loading…
Reference in a new issue