mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/python/autoload.el -> autoload/python.el
This commit is contained in:
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)))
|
Reference in New Issue
Block a user