mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-02-19 22:32:28 -08:00
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. |
||
|---|---|---|
| .. | ||
| autoload | ||
| cli | ||
| templates | ||
| test | ||
| core-cli.el | ||
| core-editor.el | ||
| core-keybinds.el | ||
| core-lib.el | ||
| core-modules.el | ||
| core-os.el | ||
| core-packages.el | ||
| core-projects.el | ||
| core-ui.el | ||
| core.el | ||
| doctor.el | ||
| packages.el | ||