From eff13a738607cedb68d15133922098fcc0cb45b3 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 5 May 2009 11:13:40 +0100 Subject: [PATCH] emacs: Turn off semantic-excessive-code-helpers. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs b/emacs index f7b860d..bcf5aca 100644 --- 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 --- -- 2.11.0