emacs: Turn global-auto-revert-mode back on.
[profile] / emacs
diff --git a/emacs b/emacs
index 43b427f..17d7f53 100644 (file)
--- a/emacs
+++ b/emacs
 (trap
   (tooltip-mode 0)
   (tool-bar-mode 0))
-;;(trap (global-auto-revert-mode t))
+(trap (or mdw-fast-startup (global-auto-revert-mode t)))
 (setq psgml-html-build-new-buffer nil)
 
 (setq cltl2-root-url (mdw-config 'cltl-url))