about summary refs log tree commit diff
path: root/.emacs.d/early-init.el
blob: b80a72931bc05ea197c28faf7c514fc18176c138 (plain)
1
2
3
4
(setq gc-cons-threshold 100000000)
(setq read-process-output-max (* 1024 1024))
(setenv "LSP_USE_PLISTS" "true")
(setq-default lsp-use-plists t)