mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/python: don't update buffer-dedicated REPLs
This commit is contained in:
@ -16,8 +16,8 @@
|
|||||||
python-shell-interpreter
|
python-shell-interpreter
|
||||||
python-shell-interpreter-args))
|
python-shell-interpreter-args))
|
||||||
(python-shell-interpreter pipenv))
|
(python-shell-interpreter pipenv))
|
||||||
(run-python nil t t))
|
(run-python nil nil t))
|
||||||
(run-python nil t t)))))
|
(run-python nil nil t)))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +python/open-ipython-repl ()
|
(defun +python/open-ipython-repl ()
|
||||||
|
Reference in New Issue
Block a user