Remove outdated comment "(default is 4kb)"
This commit is contained in:
2
init.el
2
init.el
@@ -110,7 +110,7 @@
|
|||||||
;; Delete by moving to trash in interactive mode
|
;; Delete by moving to trash in interactive mode
|
||||||
(setq delete-by-moving-to-trash (not noninteractive))
|
(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
|
(setq read-process-output-max (* 512 1024)) ; 512kb
|
||||||
|
|
||||||
;; Collects and displays all available documentation immediately, even if
|
;; Collects and displays all available documentation immediately, even if
|
||||||
|
|||||||
Reference in New Issue
Block a user