Add auto-revert-remote-files and dired-auto-revert-buffer

This commit is contained in:
James Cherti
2025-06-28 11:49:48 -04:00
parent db5913aa40
commit a3f2162365
2 changed files with 7 additions and 1 deletions

View File

@@ -252,7 +252,6 @@ The recentf, savehist, saveplace, and auto-revert built-in packages are already
;; on disk.
(add-hook 'after-init-hook #'global-auto-revert-mode)
;; recentf is an Emacs package that maintains a list of recently
;; accessed files, making it easier to reopen files you have worked on
;; recently.