summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-04-05 23:06:56 +0100
committerjao <jao@gnu.org>2021-04-05 23:06:56 +0100
commit9fd3174cead8bfa17a8413bffa38362853d71a02 (patch)
tree3d2dddbec2fc930709ef12542c7b694281da1255
parent0d90066b211c3e257f736d041805bcf17d7e22be (diff)
downloadgeiser-9fd3174cead8bfa17a8413bffa38362853d71a02.tar.gz
geiser-9fd3174cead8bfa17a8413bffa38362853d71a02.tar.bz2
autoload geiser activate implementation0.14
-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