lang/python: add +python/repl

This commit is contained in:
Henrik Lissner 2017-03-04 18:46:38 -05:00
parent ac7e78c4ea
commit 2dc1c616d1

View File

@ -0,0 +1,6 @@
;;; lang/python/autoload.el
;;;###autoload
(defun +python/repl ()
"Open the Python REPL."
(process-buffer (run-python python-shell-interpreter t t)))