From c07e3e33b80090539c0c89be49eaf82707aafcde Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 20 May 2010 00:44:28 +0100 Subject: [PATCH] dot/emacs: Turn off Senator again. It's eating way more CPU than it ought to. --- dot/emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index 729c6f7..c1abaed 100644 --- a/dot/emacs +++ b/dot/emacs @@ -62,7 +62,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 t (semantic-load-enable-code-helpers))) (setq semanticdb-default-save-directory "~/.emacs.d/semanticdb/") (eval-after-load "senator" '(setq isearch-mode-hook -- 2.11.0