mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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-args))
|
||||
(python-shell-interpreter pipenv))
|
||||
(run-python nil t t))
|
||||
(run-python nil t t)))))
|
||||
(run-python nil nil t))
|
||||
(run-python nil nil t)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +python/open-ipython-repl ()
|
||||
|
Reference in New Issue
Block a user