el-get/recipes/ipython.el
Kanak Kshetri 315405a736 Python-related recipes.
Added recipe for ipython.el
Fixed initialization of pylookup and python-mode.
2011-01-03 00:22:22 +08:00

7 lines
191 B
EmacsLisp

(:name ipython
:type http
:url "http://ipython.scipy.org/dist/ipython.el"
:features ipython
:after (lambda ()
(setq py-python-command "ipython")))