el-get/recipes/elpy.rcp

10 lines
441 B
Plaintext
Raw Normal View History

2013-03-03 21:11:46 +08:00
(:name elpy
:website "https://github.com/jorgenschaefer/elpy"
:description "Emacs Python Development Environment"
:type github
:pkgname "jorgenschaefer/elpy"
2013-05-06 04:10:30 +08:00
:post-init (el-get-envpath-prepend "PYTHONPATH" default-directory)
:depends (company-mode yasnippet highlight-indentation
find-file-in-project idomenu iedit
nose jedi rope pyvenv))