diff options
-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 |