add ipython to python inf mode
This commit is contained in:
parent
0db6bfba50
commit
2ed31abeb5
3
conf.org
3
conf.org
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue