emacs: Disable global-auto-revert-mode.
[profile] / 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))