diff --git a/init.el b/init.el index d661a58..e51ed97 100644 --- a/init.el +++ b/init.el @@ -110,7 +110,7 @@ ;; Delete by moving to trash in interactive mode (setq delete-by-moving-to-trash (not noninteractive)) -;; 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 (setq read-process-output-max (* 512 1024)) ; 512kb ;; Collects and displays all available documentation immediately, even if