Open ilohmar opened 2 years ago
Correct auto-revert-mode behavior is based on the buffer-stale-function dired-buffer-stale-p. Remember the subtrees' modification times and override dired-buffer-stale-p to take them into account.
auto-revert-mode
buffer-stale-function
dired-buffer-stale-p
Fixes #176.
Correct
auto-revert-mode
behavior is based on thebuffer-stale-function
dired-buffer-stale-p
. Remember the subtrees' modification times and overridedired-buffer-stale-p
to take them into account.Fixes #176.