emacs: Disable global-auto-revert-mode.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 4 Mar 2008 22:44:15 +0000 (22:44 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 23 Mar 2008 16:23:34 +0000 (16:23 +0000)
For some reason this seems to be clobbering my CPU every now and then.
This is something of an experiment -- I may be wrong.  But it's worth a
go.

emacs

diff --git a/emacs b/emacs
index 5d34cae..9c7ae04 100644 (file)
--- a/emacs
+++ b/emacs
 (trap
   (tooltip-mode 0)
   (tool-bar-mode 0))
-(trap (global-auto-revert-mode t))
+;;(trap (global-auto-revert-mode t))
 (setq psgml-html-build-new-buffer nil)
 
 (setq cltl2-root-url (mdw-config 'cltl-url))