Merge pull request #532 from yyr/master

new recipe: rebox2.el and update url for ipython
This commit is contained in:
Dimitri Fontaine 2012-02-12 00:52:58 -08:00
commit 91bbaf31a7
2 changed files with 5 additions and 1 deletions

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")))

4
recipes/rebox2.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name rebox2
:description "create, remove, edit boxes"
:type git
:url "https://github.com/lewang/rebox2.git")