diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/parens.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index 7ae5420..9ce0d05 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -61,7 +61,7 @@ If, for some reason i cannot fathom, you prefer @i{geiser-mode} not to be active by default, the following elisp incantation will do the trick: @example -(eval-after-load "geiser-mode" +(eval-after-load "geiser" (remove-hook 'scheme-mode-hook 'turn-on-geiser-mode)) @end example @cindex scheme file extensions |