From c45681b3c2bd9ba30faa631bda5b4b186d68cfe2 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 3 Jun 2010 21:24:49 -0700 Subject: [PATCH] don't disable global-auto-revert-mode when re-evaluating emacs config --- emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs b/emacs index fa7fd9d..e48d22b 100644 --- a/emacs +++ b/emacs @@ -28,7 +28,7 @@ (global-subword-mode 1) (setq auto-revert-interval 2) -(global-auto-revert-mode) +(global-auto-revert-mode t) ;; map cmd to meta (Emacs.app 23.2)