mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -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 ()
|
(defun doom-auto-revert-buffer-h ()
|
||||||
"Auto revert current buffer, if necessary."
|
"Auto revert current buffer, if necessary."
|
||||||
(unless auto-revert-mode
|
(unless auto-revert-mode
|
||||||
(let ((revert-without-query t))
|
(let ((revert-without-query (list ".")))
|
||||||
(auto-revert-handler))))
|
(auto-revert-handler))))
|
||||||
|
|
||||||
(defun doom-auto-revert-buffers-h ()
|
(defun doom-auto-revert-buffers-h ()
|
||||||
|
Reference in New Issue
Block a user