doomemacs/modules/lang/python/autoload/python.el
2018-07-17 20:57:32 +02:00

7 lines
185 B
EmacsLisp

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