add ipython to python inf mode

This commit is contained in:
ndwarshuis 2018-10-21 01:18:11 -04:00
parent 0db6bfba50
commit 2ed31abeb5
1 changed files with 3 additions and 0 deletions

View File

@ -471,6 +471,9 @@ NOTES:
(setq indent-tabs-mode t) (setq indent-tabs-mode t)
(setq tab-width 4) (setq tab-width 4)
(setq python-indent 4))) (setq python-indent 4)))
(setq python-shell-interpreter "ipython"
python-shell-interpreter-args "--colors=Linux --profile=default")
#+END_SRC #+END_SRC
*** haskell *** haskell
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp