From 2ed31abeb5408d8d380eeebaebabb1e2f16f6b8f Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 21 Oct 2018 01:18:11 -0400 Subject: [PATCH] add ipython to python inf mode --- conf.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf.org b/conf.org index c984a00..8d06228 100644 --- a/conf.org +++ b/conf.org @@ -471,6 +471,9 @@ NOTES: (setq indent-tabs-mode t) (setq tab-width 4) (setq python-indent 4))) + +(setq python-shell-interpreter "ipython" + python-shell-interpreter-args "--colors=Linux --profile=default") #+END_SRC *** haskell #+BEGIN_SRC emacs-lisp