gentoo-ebuilds/app-emacs/geiser-guile/files/50geiser-guile-gentoo.el
Maciej Barć c0793a75cb
app-emacs/geiser-guile: new package; add version 0.23.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2022-04-11 23:24:28 +02:00

7 lines
312 B
EmacsLisp

(add-to-list 'load-path "@SITELISP@")
(autoload 'connect-to-guile "geiser-guile"
"Start a Guile REPL connected to a remote process." t)
(autoload 'run-guile "geiser-guile"
"Start a Geiser Guile REPL." t)
(autoload 'switch-to-guile "geiser-guile"
"Start a Geiser Guile REPL, or switch to a running one." t)