From 3201762faeb89d69931bccb2fb21d3b37a28de76 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 4 Jun 2012 02:19:01 +0200 Subject: emacs: update ipython2 command for the python shell --- emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs b/emacs index cc699e9..6c4c5d5 100644 --- a/emacs +++ b/emacs @@ -612,7 +612,7 @@ If there is no *ansi-term*, run it." ;{{{ Python mode ; ;; ipython is my shell of choice, glad to have it here -(defcustom python-python-command "/usr/bin/ipython -cl" +(defcustom python-python-command "/usr/bin/ipython2" "Shell command to run Python interpreter." :group 'python :type 'string -- cgit v1.2.3