* recipes/ipython.rcp: update url

This commit is contained in:
Yakkala Yagnesh Raghava 2012-02-03 01:41:15 +09:00
parent 06619845cb
commit 62677eea3f

View File

@ -1,7 +1,7 @@
(:name ipython
:description "Adds support for IPython to python-mode.el"
:type http
:url "http://ipython.scipy.org/dist/ipython.el"
:url "https://raw.github.com/ipython/ipython/master/docs/emacs/ipython.el"
:features ipython
:post-init (lambda ()
(setq py-shell-name "ipython")))