summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--elisp/geiser.el3
-rw-r--r--readme.org4
2 files changed, 5 insertions, 2 deletions
diff --git a/elisp/geiser.el b/elisp/geiser.el
index 887b8da..96c1dd6 100644
--- a/elisp/geiser.el
+++ b/elisp/geiser.el
@@ -105,6 +105,9 @@
(autoload 'geiser-mode--maybe-activate "geiser-mode")
;;;###autoload
+(autoload 'geiser-activate-implementation "geiser-impl")
+
+;;;###autoload
(mapc (lambda (group)
(custom-add-load group (symbol-name group))
(custom-add-load 'geiser (symbol-name group)))
diff --git a/readme.org b/readme.org
index 4e4050d..311034f 100644
--- a/readme.org
+++ b/readme.org
@@ -22,8 +22,8 @@
- Support for inline images in schemes, such as Racket, that treat
them as first order values.
- NOTE: if you're not in a hurry, [[http://www.nongnu.org/geiser/][Geiser's website]] contains a much
- nicer manual.
+ If you're not in a hurry, [[http://www.nongnu.org/geiser/][Geiser's website]] contains a much nicer
+ manual.
* Requirements