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)))