Increase process output buffer for LSP
This commit is contained in:
parent
999fbe9b0f
commit
dc1253eb03
2 changed files with 1 additions and 2 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue