doomemacs/modules/lang/python/autoload/python.el

8 lines
185 B
EmacsLisp
Raw Normal View History

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