There's this emacs minor-mode called "auto-revert-mode" which automatically reverts the file buffer every 5 seconds.
In my .emacs file I just have the line (auto-revert-mode 1) and nothing else, but whenever I start an emacs session I still have to turn it on manually.
What's going on here? How come I can't turn auto-revert-mode at startup?