From 20ab29b0c8afc80deb02ca1370b33a3f1ef67bf1 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:24:08 -0400 Subject: [PATCH] Remove outdated comment "(default is 4kb)" --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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