Increase process output buffer for LSP

This commit is contained in:
Tobias Ostner 2026-04-26 10:32:29 +02:00
parent 999fbe9b0f
commit dc1253eb03
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,7 @@
;; early-init.el --- -*- no-byte-compile: t -*-
(setq gc-cons-threshold 100000000)
(setq read-process-output-max (* 1024 1024))
(setq read-process-output-max (* 4 1024 1024))
(setq byte-compile-warnings '(not obsolete))
(setq warning-suppress-log-types '((comp) (bytecomp)))

View file

@ -243,7 +243,6 @@
next-line-add-newlines nil
ns-use-proxy-icon nil
read-extended-command-predicate #'command-completion-default-include-p
read-process-output-max (* 1024 1024)
redisplay-skip-fontification-on-input t
search-whitespace-regexp ".*?"
sentence-end-double-space nil