Fuco1 / dired-hacks

Collection of useful dired additions
GNU General Public License v3.0
878 stars 77 forks source link

Make `auto-revert-mode' work with dired-subtree #190

Open ilohmar opened 2 years ago

ilohmar commented 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.

Fixes #176.