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-gambit/files/50geiser-gambit-gentoo.el

8 lines
310 B

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