lang/python: don't update buffer-dedicated REPLs

This commit is contained in:
Henrik Lissner
2019-12-05 16:21:08 -05:00
parent 1a4add4630
commit 7a34c56e52

View File

@ -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 ()