From 029f89546a4cff5239edf0805c9de527bee01ef6 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 3 Feb 2015 11:55:04 -0800 Subject: [PATCH] global-auto-revert mode --- dotfiles/emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index efaf515b..3e750d1a 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -337,6 +337,8 @@ The current directory is assumed to be the project's root otherwise." ;; General Emacs Options ;; ============================================================================= +(global-auto-revert-mode) + ;; This makes it so that emacs --daemon puts its files in ~/.emacs.d/server (setq server-use-tcp t)