doomemacs/modules/lang/python/autoload.el
2017-03-04 18:46:38 -05:00

6 lines
155 B
EmacsLisp

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