summaryrefslogtreecommitdiff
blob: b23f0decf094984c1937b06183b4da3ad8c55f75 (plain)
1
2
3
4
5
6
7
(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)