doomemacs/modules/lang/python/autoload.el

8 lines
171 B
EmacsLisp
Raw Normal View History

2017-03-04 18:46:38 -05:00
;;; lang/python/autoload.el
;;;###autoload
(defun +python/repl ()
"Open the Python REPL."
2017-03-19 22:50:52 -04:00
(interactive)
2017-03-04 18:46:38 -05:00
(process-buffer (run-python python-shell-interpreter t t)))