mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Stop auto-revert prompting for confirmation
I misunderstood revert-without-query.
This commit is contained in:
@ -146,7 +146,7 @@ possible."
|
||||
(defun doom-auto-revert-buffer-h ()
|
||||
"Auto revert current buffer, if necessary."
|
||||
(unless auto-revert-mode
|
||||
(let ((revert-without-query t))
|
||||
(let ((revert-without-query (list ".")))
|
||||
(auto-revert-handler))))
|
||||
|
||||
(defun doom-auto-revert-buffers-h ()
|
||||
|
Reference in New Issue
Block a user