tools/lsp: apply after changing gcmh-high-cons-threshold
This commit is contained in:
parent
86cd497bb5
commit
0062c03ede
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ killing and opening many LSP/eglot-powered buffers.")
|
|||
;; GC-induced slowdowns/freezes. Doom uses `gcmh' to enforce its GC
|
||||
;; strategy, so we modify its variables rather than
|
||||
;; `gc-cons-threshold' directly.
|
||||
(setq-local gcmh-high-cons-threshold (* 2 (default-value 'gcmh-high-cons-threshold)))))
|
||||
(setq-local gcmh-high-cons-threshold (* 2 (default-value 'gcmh-high-cons-threshold)))
|
||||
(gcmh-set-high-threshold)))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue