Move read-process-output-max to init.el
This commit is contained in:
@@ -93,9 +93,6 @@ When set to non-nil, Emacs will automatically call `package-initialize' and
|
||||
;; Prefer loading newer compiled files
|
||||
(setq load-prefer-newer t)
|
||||
|
||||
;; Increase how much is read from processes in a single chunk (default is 4kb).
|
||||
(setq read-process-output-max (* 512 1024)) ; 512kb
|
||||
|
||||
;; Reduce rendering/line scan work by not rendering cursors or regions in
|
||||
;; non-focused windows.
|
||||
(setq-default cursor-in-non-selected-windows nil)
|
||||
|
||||
Reference in New Issue
Block a user