Update read-process-output-max
This commit is contained in:
@@ -264,7 +264,6 @@ Add the following to `~/.emacs.d/post-init.el` to set up Vertico, Consult, and E
|
|||||||
(window-parameters (mode-line-format . none)))))
|
(window-parameters (mode-line-format . none)))))
|
||||||
|
|
||||||
(use-package embark-consult
|
(use-package embark-consult
|
||||||
:after (consult embark)
|
|
||||||
:ensure t
|
:ensure t
|
||||||
:hook
|
:hook
|
||||||
(embark-collect-mode . consult-preview-at-point-mode))
|
(embark-collect-mode . consult-preview-at-point-mode))
|
||||||
|
|||||||
@@ -72,7 +72,7 @@
|
|||||||
(setq load-prefer-newer t)
|
(setq load-prefer-newer t)
|
||||||
|
|
||||||
;; 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 (default is 4kb).
|
||||||
(setq read-process-output-max (* 256 1024)) ; 256kb
|
(setq read-process-output-max (* 512 1024)) ; 512kb
|
||||||
|
|
||||||
;; Reduce rendering/line scan work by not rendering cursors or regions in
|
;; Reduce rendering/line scan work by not rendering cursors or regions in
|
||||||
;; non-focused windows.
|
;; non-focused windows.
|
||||||
|
|||||||
Reference in New Issue
Block a user