Add global-auto-revert-non-file-buffers
This commit is contained in:
3
init.el
3
init.el
@@ -171,6 +171,9 @@
|
|||||||
auto-revert-stop-on-user-input nil
|
auto-revert-stop-on-user-input nil
|
||||||
auto-revert-verbose t)
|
auto-revert-verbose t)
|
||||||
|
|
||||||
|
;; Revert other buffers (e.g, Dired)
|
||||||
|
(setq global-auto-revert-non-file-buffers t)
|
||||||
|
|
||||||
;;; recentf
|
;;; recentf
|
||||||
;; `recentf' is an Emacs package that maintains a list of recently
|
;; `recentf' is an Emacs package that maintains a list of recently
|
||||||
;; accessed files, making it easier to reopen files you have worked on
|
;; accessed files, making it easier to reopen files you have worked on
|
||||||
|
|||||||
Reference in New Issue
Block a user