From 48e5791b4bd9cdb683b33051967ae056f68399fe Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 4 Aug 2024 21:18:08 -0400 Subject: [PATCH] Increase read-process-output-max --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index 7d15070..8fa3e09 100644 --- a/early-init.el +++ b/early-init.el @@ -59,7 +59,7 @@ (setq load-prefer-newer t) ;; Increase how much is read from processes in a single chunk (default is 4kb). -(setq read-process-output-max (* 128 1024)) ; 128kb +(setq read-process-output-max (* 256 1024)) ; 256kb ;; Reduce rendering/line scan work by not rendering cursors or regions in ;; non-focused windows.