el-get/recipes/ipython.rcp
2012-02-20 01:10:15 -08:00

9 lines
307 B
Plaintext

(:name ipython
:description "Adds support for IPython to python-mode.el"
:type http
:url "https://raw.github.com/ipython/ipython/master/docs/emacs/ipython.el"
:depends python-mode
:features ipython
:post-init (lambda ()
(setq py-shell-name "ipython")))