From f987325537b07be7a672c4fa36c129d47f9255aa Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 27 Feb 2025 08:30:17 -0500 Subject: [PATCH] Closes #29: Auto-revert in *Buffer List* moves the cursor to the beginning of the buffer. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 8b9b90a..65c4f8e 100644 --- a/init.el +++ b/init.el @@ -198,6 +198,7 @@ ;; Revert other buffers (e.g, Dired) (setq global-auto-revert-non-file-buffers t) +(setq global-auto-revert-ignore-modes '(Buffer-menu-mode)) ; Resolve issue #29 ;;; recentf