don't disable global-auto-revert-mode when re-evaluating emacs config

This commit is contained in:
Sami Samhuri 2010-06-03 21:24:49 -07:00
parent 61534d72e9
commit c45681b3c2

2
emacs
View file

@ -28,7 +28,7 @@
(global-subword-mode 1) (global-subword-mode 1)
(setq auto-revert-interval 2) (setq auto-revert-interval 2)
(global-auto-revert-mode) (global-auto-revert-mode t)
;; map cmd to meta (Emacs.app 23.2) ;; map cmd to meta (Emacs.app 23.2)