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)