emacs: Turn off semantic-excessive-code-helpers.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2009 10:13:40 +0000 (11:13 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2009 10:13:40 +0000 (11:13 +0100)
For some reason, they interfere with the Info-mode's isearch-through-
successive-nodes feature, which is much more useful.  I don't currently
know why; I'll revisit if this turns out to be too much of a crying
shame.

emacs

diff --git a/emacs b/emacs
index f7b860d..bcf5aca 100644 (file)
--- a/emacs
+++ b/emacs
@@ -60,7 +60,7 @@
 
 (trap (or mdw-fast-startup (require 'tex-site)))
 
-(trap (or mdw-fast-startup (semantic-load-enable-excessive-code-helpers)))
+(trap (or mdw-fast-startup (semantic-load-enable-minimum-features)))
 
 ;; --- Skeleton stuff ---