diff options
Diffstat (limited to '.emacs.d/early-init.el')
-rw-r--r-- | .emacs.d/early-init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el new file mode 100644 index 0000000..b80a729 --- /dev/null +++ b/.emacs.d/early-init.el @@ -0,0 +1,4 @@ +(setq gc-cons-threshold 100000000) +(setq read-process-output-max (* 1024 1024)) +(setenv "LSP_USE_PLISTS" "true") +(setq-default lsp-use-plists t) |