diff options
author | jao <jao@gnu.org> | 2021-04-05 23:06:56 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-04-05 23:06:56 +0100 |
commit | 9fd3174cead8bfa17a8413bffa38362853d71a02 (patch) | |
tree | 3d2dddbec2fc930709ef12542c7b694281da1255 | |
parent | 0d90066b211c3e257f736d041805bcf17d7e22be (diff) | |
download | geiser-9fd3174cead8bfa17a8413bffa38362853d71a02.tar.gz geiser-9fd3174cead8bfa17a8413bffa38362853d71a02.tar.bz2 |
autoload geiser activate implementation0.14
-rw-r--r-- | elisp/geiser.el | 3 | ||||
-rw-r--r-- | readme.org | 4 |
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))) @@ -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 |