Set auto-revert-remote-files to nil

This commit is contained in:
James Cherti
2025-06-28 11:50:18 -04:00
parent a3f2162365
commit 5315bae11c

View File

@@ -408,7 +408,7 @@
;; 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.
(defvar auto-revert-remote-files)
(setq auto-revert-remote-files nil)
(setq dired-auto-revert-buffer 'dired-buffer-stale-p)
(setq dired-vc-rename-file t)