diff --git a/init.el b/init.el index b893b82..d5762fd 100644 --- a/init.el +++ b/init.el @@ -99,7 +99,7 @@ (setq truncate-string-ellipsis "…") ;; Increase how much is read from processes in a single chunk -(setq read-process-output-max (* 512 1024)) ; 512kb +(setq read-process-output-max (* 1024 1024)) ; 1024kb ;; Improve Emacs' responsiveness by delaying syntax highlighting during input ;; but may reduce visual feedback.