mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/python: add ipython REPL support
This commit is contained in:
@ -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)))
|
||||
|
Reference in New Issue
Block a user