Move dired-auto-revert-buffer to README.md

This commit is contained in:
James Cherti
2025-06-28 11:45:52 -04:00
parent a2e5aac140
commit db5913aa40
2 changed files with 1 additions and 6 deletions

View File

@@ -404,12 +404,6 @@
dired-recursive-copies 'always
dired-create-destination-dirs 'ask)
;; This is a higher-level predicate that wraps `dired-directory-changed-p'
;; with additional logic. This `dired-buffer-stale-p' predicate handles remote
;; files, wdired, unreadable dirs, and delegates to dired-directory-changed-p
;; for modification checks.
(setq dired-auto-revert-buffer 'dired-buffer-stale-p)
(setq dired-vc-rename-file t)
;; Disable the prompt about killing the Dired buffer for a deleted directory.