lang/python: don't update buffer-dedicated REPLs
This commit is contained in:
parent
1a4add4630
commit
7a34c56e52
1 changed files with 2 additions and 2 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue