lang/python: add +python/repl
This commit is contained in:
parent
ac7e78c4ea
commit
2dc1c616d1
1 changed files with 6 additions and 0 deletions
6
modules/lang/python/autoload.el
Normal file
6
modules/lang/python/autoload.el
Normal file
|
@ -0,0 +1,6 @@
|
|||
;;; lang/python/autoload.el
|
||||
|
||||
;;;###autoload
|
||||
(defun +python/repl ()
|
||||
"Open the Python REPL."
|
||||
(process-buffer (run-python python-shell-interpreter t t)))
|
Loading…
Add table
Add a link
Reference in a new issue