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