el-get/recipes/ipython.rcp

9 lines
307 B
Plaintext
Raw Normal View History

(:name ipython
:description "Adds support for IPython to python-mode.el"
:type http
2012-02-03 00:41:15 +08:00
:url "https://raw.github.com/ipython/ipython/master/docs/emacs/ipython.el"
2012-02-20 17:10:15 +08:00
:depends python-mode
:features ipython
:post-init (lambda ()
(setq py-shell-name "ipython")))