Files
doomemacs/core
Henrik Lissner d6aea001c5 Implement lazy auto-revert
Instead of using auto-revert-mode or global-auto-revert-mode, we employ
lazy auto reverting on focus-in-hook, doom-switch-buffer-hook and
after-save-hook.

We do this because autorevert abuses inotify handles, which can grind
Emacs to a halt if you have hundreds of buffers open and something
performs expensive mtime or attribute-altering IO on their files outside
of Emacs. We only really need revert checks when we switch to or save a
buffer, or when we focus the Emacs frame.
2019-05-20 21:08:21 -04:00
..
2019-05-19 02:17:59 -04:00
2019-05-17 21:34:21 -04:00
2019-04-24 18:16:05 -04:00
2019-05-20 21:08:21 -04:00
2019-05-19 02:17:58 -04:00
2019-04-29 18:54:46 -04:00
2019-05-19 02:17:58 -04:00
2019-04-24 18:16:05 -04:00