lang/python: add ipython REPL support

This commit is contained in:
Henrik Lissner 2017-04-22 17:08:26 -04:00
parent 9254e1b076
commit 0e63ad913d
2 changed files with 13 additions and 10 deletions

View file

@ -4,4 +4,4 @@
(defun +python/repl ()
"Open the Python REPL."
(interactive)
(process-buffer (run-python python-shell-interpreter t t)))
(process-buffer (run-python nil t t)))