fixed ipython output (now it is actually usable)

This commit is contained in:
ndwarshuis 2019-03-01 16:48:10 -05:00
parent ac5df782ac
commit 99cd51fc86
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ A few caveats when using =R=
(setq python-offset 4))) (setq python-offset 4)))
(setq python-shell-interpreter "ipython" (setq python-shell-interpreter "ipython"
python-shell-interpreter-args "--colors=Linux --profile=default") python-shell-interpreter-args "--simple-prompt")
#+END_SRC #+END_SRC
*** Haskell *** Haskell
**** major mode and intero **** major mode and intero