From: Mark Wooding Date: Thu, 4 Feb 2010 13:24:07 +0000 (+0000) Subject: dot/emacs: Remove Senator's unpleasant claws from isearch. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/e74ad2753c8e92eb84c8d5f4da0e495dd2fdb71c?hp=d70716b50ff8627257daad4e0fd9fe40a196cc77 dot/emacs: Remove Senator's unpleasant claws from isearch. This unbreaks Info mode search, so we can ramp Senator back up again. --- diff --git a/dot/emacs b/dot/emacs index 708817f..bed70b6 100644 --- a/dot/emacs +++ b/dot/emacs @@ -62,8 +62,13 @@ (trap (or mdw-fast-startup (require 'tex-site))) -(trap (or mdw-fast-startup (semantic-load-enable-minimum-features))) +(trap (or mdw-fast-startup (semantic-load-enable-excessive-code-helpers))) (setq semanticdb-default-save-directory "~/.emacs.d/semanticdb/") +(eval-after-load "senator" + '(setq isearch-mode-hook + (remq 'senator-isearch-mode-hook isearch-mode-hook) + isearch-mode-end-hook + (remq 'senator-isearch-mode-hook isearch-mode-end-hook))) ;; Skeleton stuff.