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
..
autoload Fix doom/help-* search commands 2019-05-19 02:17:59 -04:00
cli cli/env: refactor 2019-05-17 21:34:21 -04:00
templates Revise and update docstrings and comments 2019-05-01 21:02:28 -04:00
test Rewrite doom-doctor 2019-04-24 18:16:05 -04:00
core-cli.el Revise and update docstrings and comments 2019-05-01 21:02:28 -04:00
core-editor.el Implement lazy auto-revert 2019-05-20 21:08:21 -04:00
core-keybinds.el Fix :prefix-map indentation in map! calls 2019-05-17 13:31:05 -04:00
core-lib.el Refactor setq-hook! 2019-05-19 02:17:58 -04:00
core-modules.el :tools password-store -> :tools pass 2019-05-19 02:18:25 -04:00
core-os.el General refactors & optimizations 2019-04-29 18:54:46 -04:00
core-packages.el Fix #1322: replace load-env-vars w/ custom loader 2019-05-17 20:19:35 -04:00
core-projects.el Minor refactors & comment revision 2019-05-13 14:37:00 -04:00
core-ui.el Enable show-trailing-whitespace selectively 2019-05-19 02:17:58 -04:00
core.el Optimize incremental loading 2019-05-19 02:17:58 -04:00
doctor.el Rewrite doom-doctor 2019-04-24 18:16:05 -04:00
packages.el Remove visual-fill-column package from Doom core 2019-05-17 01:58:27 -04:00