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 -*-
|
;; early-init.el --- -*- no-byte-compile: t -*-
|
||||||
|
|
||||||
(setq gc-cons-threshold 100000000)
|
(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 byte-compile-warnings '(not obsolete))
|
||||||
(setq warning-suppress-log-types '((comp) (bytecomp)))
|
(setq warning-suppress-log-types '((comp) (bytecomp)))
|
||||||
|
|
|
||||||
|
|
@ -243,7 +243,6 @@
|
||||||
next-line-add-newlines nil
|
next-line-add-newlines nil
|
||||||
ns-use-proxy-icon nil
|
ns-use-proxy-icon nil
|
||||||
read-extended-command-predicate #'command-completion-default-include-p
|
read-extended-command-predicate #'command-completion-default-include-p
|
||||||
read-process-output-max (* 1024 1024)
|
|
||||||
redisplay-skip-fontification-on-input t
|
redisplay-skip-fontification-on-input t
|
||||||
search-whitespace-regexp ".*?"
|
search-whitespace-regexp ".*?"
|
||||||
sentence-end-double-space nil
|
sentence-end-double-space nil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue