lang/python/autoload.el -> autoload/python.el

This commit is contained in:
Henrik Lissner 2018-07-17 20:57:32 +02:00
parent 6d0b274774
commit bb1171b64b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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