General tweaks

This commit is contained in:
Henrik Lissner 2017-03-19 22:50:52 -04:00
parent 3d30844070
commit db7cf68775
8 changed files with 24 additions and 21 deletions

View file

@ -3,4 +3,5 @@
;;;###autoload
(defun +python/repl ()
"Open the Python REPL."
(interactive)
(process-buffer (run-python python-shell-interpreter t t)))