Add scheme module
Adds scheme module with geiser.
This commit is contained in:
parent
8b27d19e0b
commit
db8d541fbe
3 changed files with 58 additions and 0 deletions
8
modules/lang/scheme/autoload.el
Normal file
8
modules/lang/scheme/autoload.el
Normal file
|
@ -0,0 +1,8 @@
|
|||
;;; lang/scheme/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(defun +scheme/repl (&optional arg)
|
||||
"Open the Scheme REPL."
|
||||
(interactive "P")
|
||||
(switch-to-geiser arg)
|
||||
(current-buffer))
|
Loading…
Add table
Add a link
Reference in a new issue