Skip to content

Commit

Permalink
Merge pull request #492 from roshanshariff/master
Browse files Browse the repository at this point in the history
Correctly use argument to elpy-use-ipython.
  • Loading branch information
jorgenschaefer committed Feb 11, 2015
2 parents ed07629 + 674674d commit bfd7c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elpy.el
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@ With prefix arg, prompt for the command to use."
"';'.join(get_ipython().Completer.all_completions('''%s'''))\n"))
;; Emacs 24.4
((boundp 'python-shell-interpreter-interactive-arg)
(setq python-shell-interpreter "ipython"
(setq python-shell-interpreter ipython
python-shell-interpreter-args "-i"))
(t
(error "I don't know how to set ipython settings for this Emacs"))))
Expand Down

0 comments on commit bfd7c91

Please sign in to comment.