Remove make-window-start-visible

This commit is contained in:
James Cherti
2024-10-17 13:33:21 -04:00
parent e7ae6e01cd
commit 4ea9d70460

View File

@@ -113,10 +113,6 @@
;; Increase how much is read from processes in a single chunk (default is 4kb). ;; Increase how much is read from processes in a single chunk (default is 4kb).
(setq read-process-output-max (* 512 1024)) ; 512kb (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 ;;; Files
;; Disable the warning "X and Y are the same file". Ignoring this warning is ;; Disable the warning "X and Y are the same file". Ignoring this warning is