summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-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