lang/python/autoload.el -> autoload/python.el
This commit is contained in:
parent
6d0b274774
commit
bb1171b64b
1 changed files with 1 additions and 1 deletions
7
modules/lang/python/autoload/python.el
Normal file
7
modules/lang/python/autoload/python.el
Normal 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)))
|
Loading…
Add table
Add a link
Reference in a new issue