Make auto-revert prompt the user
This commit is contained in:
3
init.el
3
init.el
@@ -270,9 +270,6 @@
|
||||
;;; Auto revert
|
||||
;; Auto-revert in Emacs is a feature that automatically updates the contents of
|
||||
;; a buffer to reflect changes made to the underlying file.
|
||||
(setq revert-without-query (list ".") ; Do not prompt
|
||||
auto-revert-stop-on-user-input nil
|
||||
auto-revert-verbose t)
|
||||
|
||||
;; Revert other buffers (e.g, Dired)
|
||||
(setq global-auto-revert-non-file-buffers t)
|
||||
|
||||
Reference in New Issue
Block a user