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

8 lines
295 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'geiser "geiser-repl"
"Start a Geiser REPL, or switch to a running one." t)
(autoload 'geiser-mode "geiser-mode"
"Minor mode adding Geiser REPL interaction to Scheme buffers." t)
(autoload 'run-geiser "geiser-repl"
"Start a Geiser REPL." t)