fix jedi package

This commit is contained in:
Adam Goldsmith 2015-06-28 13:43:58 -04:00
parent c0db27066a
commit 12418367b6
2 changed files with 7 additions and 1 deletions

2
.emacs
View File

@ -72,7 +72,7 @@
php-mode
scad-mode
smarttabs
jedi-core
jedi
company-jedi))
;;auctex))
(el-get-cleanup (append my-packages-core my-packages-extra))

View File

@ -0,0 +1,6 @@
(:name jedi
:description "An awesome Python auto-completion for Emacs"
:type github
:pkgname "tkf/emacs-jedi"
:submodule nil
:depends (epc python-environment))