Closes #29: Auto-revert in *Buffer List* moves the cursor to the beginning of the buffer.

This commit is contained in:
James Cherti
2025-02-27 08:30:17 -05:00
parent f640bc5595
commit f987325537

View File

@@ -198,6 +198,7 @@
;; Revert other buffers (e.g, Dired) ;; Revert other buffers (e.g, Dired)
(setq global-auto-revert-non-file-buffers t) (setq global-auto-revert-non-file-buffers t)
(setq global-auto-revert-ignore-modes '(Buffer-menu-mode)) ; Resolve issue #29
;;; recentf ;;; recentf