From 7194141f5e53cd0b360d3ee53c3337823da6ae9f Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 13 Nov 2010 02:31:39 +0100 Subject: geiser-mode-auto-p: automatic geiser-mode is now optional It hadn't occurred to me that anyone wouldn't want non-automatic geiser-mode often enough to require its own customization variable. Rotty proved me wrong. Or maybe not, but he deserves a custom var! --- doc/parens.texi | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'doc/parens.texi') diff --git a/doc/parens.texi b/doc/parens.texi index 78149e5..8068d51 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -58,12 +58,9 @@ Since @i{geiser-mode} is a minor mode, you can toggle it with @kbd{M-x geiser-mode}, and control its activation in hooks with the functions @code{turn-on-geiser-mode} and @code{turn-off-geiser-mode}. 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" - (remove-hook 'scheme-mode-hook 'turn-on-geiser-mode)) -@end example +to be active by default, customizing @code{geiser-mode-auto-p} to +@code{nil} will do the trick. + @cindex scheme file extensions And if you happen to use a funky extension for your Scheme files that is not recognised as such by Emacs, just tell her about it with: -- cgit v1.2.3