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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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