diff --git a/config.org b/config.org index 4628211..3625d6f 100644 --- a/config.org +++ b/config.org @@ -90,7 +90,7 @@ Lock files don't play nice with npm. As recommended by [[https://emacs-lsp.github.io/lsp-mode/page/performance/][lsp-mode]], #+begin_src emacs-lisp -(setq gc-cons-threshold 100000000 +(setq gc-cons-threshold (* 100 1024 1024) read-process-output-max (* 1024 1024)) #+end_src