summaryrefslogtreecommitdiff
path: root/elisp/geiser.el
diff options
context:
space:
mode:
Diffstat (limited to 'elisp/geiser.el')
-rw-r--r--elisp/geiser.el18
1 files changed, 0 insertions, 18 deletions
diff --git a/elisp/geiser.el b/elisp/geiser.el
index 7cf8349..fbc34a6 100644
--- a/elisp/geiser.el
+++ b/elisp/geiser.el
@@ -24,68 +24,50 @@
;;; Autoloads:
-;;;###autoload
(autoload 'geiser-version "geiser-version" "Echo Geiser's version." t)
-;;;###autoload
(autoload 'geiser-unload "geiser-reload" "Unload all Geiser code." t)
-;;;###autoload
(autoload 'geiser-reload "geiser-reload" "Reload Geiser code." t)
-;;;###autoload
(autoload 'geiser "geiser-repl"
"Start a Geiser REPL, or switch to a running one." t)
-;;;###autoload
(autoload 'run-geiser "geiser-repl" "Start a Geiser REPL." t)
-;;;###autoload
(autoload 'geiser-connect "geiser-repl"
"Start a Geiser REPL connected to a remote server." t)
-;;;###autoload
(autoload 'switch-to-geiser "geiser-repl"
"Switch to a running one Geiser REPL." t)
-;;;###autoload
(autoload 'run-guile "geiser-guile" "Start a Geiser Guile REPL." t)
-;;;###autoload
(autoload 'switch-to-guile "geiser-guile"
"Start a Geiser Guile REPL, or switch to a running one." t)
-;;;###autoload
(autoload 'connect-to-guile "geiser-guile"
"Connect to a remote Geiser Guile REPL." t)
-;;;###autoload
(autoload 'run-racket "geiser-racket" "Start a Geiser Racket REPL." t)
-;;;###autoload
(autoload 'run-gracket "geiser-racket" "Start a Geiser GRacket REPL." t)
-;;;###autoload
(autoload 'switch-to-racket "geiser-racket"
"Start a Geiser Racket REPL, or switch to a running one." t)
-;;;###autoload
(autoload 'connect-to-racket "geiser-racket"
"Connect to a remote Geiser Racket REPL." t)
-;;;###autoload
(autoload 'geiser-mode "geiser-mode"
"Minor mode adding Geiser REPL interaction to Scheme buffers." t)
-;;;###autoload
(autoload 'turn-on-geiser-mode "geiser-mode"
"Enable Geiser's mode (useful in Scheme buffers)." t)
-;;;###autoload
(autoload 'turn-off-geiser-mode "geiser-mode"
"Disable Geiser's mode (useful in Scheme buffers)." t)
-;;;###autoload
(autoload 'geiser-mode--maybe-activate "geiser-mode")
;;;###autoload