Enable dired-auto-revert-buffer

This commit is contained in:
Andreas Zweili 2023-07-17 21:58:17 +02:00
parent 16292f4324
commit a749e8d224
1 changed files with 2 additions and 0 deletions

View File

@ -33,3 +33,5 @@
:bind
(:map dired-mode-map
("." . dired-hide-dotfiles-mode)))
(setq dired-auto-revert-buffer t)