doomemacs/modules/lang/scheme/autoload.el

9 lines
204 B
EmacsLisp
Raw Normal View History

;;; lang/scheme/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(defun +scheme/open-repl (&optional arg)
"Open the Scheme REPL."
(interactive "P")
(switch-to-geiser arg)
(current-buffer))