lang/python: add ipython REPL support
This commit is contained in:
parent
9254e1b076
commit
0e63ad913d
2 changed files with 13 additions and 10 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue