You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/geiser-guile/files/50geiser-guile-gentoo.el

8 lines
312 B

(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)