Remove make-window-start-visible
This commit is contained in:
4
init.el
4
init.el
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user