doomemacs/modules/lang/python/autoload.el
2017-04-22 17:08:26 -04:00

8 lines
150 B
EmacsLisp

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