el-get/recipes/elpy.rcp

9 lines
384 B
Plaintext
Raw Permalink 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 find-file-in-project highlight-indentation
pyvenv yasnippet s))