summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2012-06-04 02:19:01 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2012-06-04 02:19:42 +0200
commit3201762faeb89d69931bccb2fb21d3b37a28de76 (patch)
tree3d9c9f2b188807fd45fe4a81cee9ccea7545a1b4
parent4243e408b7a339eb7e769df9d4f063779977969c (diff)
downloaddotfiles-3201762faeb89d69931bccb2fb21d3b37a28de76.tar.xz
emacs: update ipython2 command for the python shell
-rw-r--r--emacs2
1 files changed, 1 insertions, 1 deletions
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