mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/python: add +python/repl
This commit is contained in:
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)))
|
Reference in New Issue
Block a user