From e7ae6e01cdfe619f1b0934d34464ab33bc6e8495 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:05:03 -0400 Subject: [PATCH] Add make-window-start-visible --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 73a8445..5e744b7 100644 --- a/init.el +++ b/init.el @@ -113,6 +113,10 @@ ;; Increase how much is read from processes in a single chunk (default is 4kb). (setq read-process-output-max (* 512 1024)) ; 512kb +;; Ensure that the window-start always remains visible during certain actions, +;; such as when all folds are collapsed. +(setq-default make-window-start-visible t) + ;;; Files ;; Disable the warning "X and Y are the same file". Ignoring this warning is