diff options
Diffstat (limited to 'emacs-prelude/personal/lisp/init-lsp.el')
-rw-r--r-- | emacs-prelude/personal/lisp/init-lsp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-prelude/personal/lisp/init-lsp.el b/emacs-prelude/personal/lisp/init-lsp.el index 9f8f1cd..6803332 100644 --- a/emacs-prelude/personal/lisp/init-lsp.el +++ b/emacs-prelude/personal/lisp/init-lsp.el @@ -3,7 +3,7 @@ :after key-chord :hook (clojure-mode . lsp) :config - (setq gc-cons-threshold (* 100 1024 1024) + (setq ;gc-cons-threshold (* 100 1024 1024) read-process-output-max (* 1024 1024) lsp-ui-doc-delay 1 lsp-lens-enable nil |