Add gcmh package to manage the valoue of gc-cons-threshold.
This commit is contained in:
parent
93bee419e8
commit
b7873f48de
@ -89,6 +89,13 @@
|
||||
:hook
|
||||
(after-init . global-git-gutter-mode))
|
||||
|
||||
(use-package gcmh
|
||||
:defer t
|
||||
:straight t
|
||||
:init
|
||||
(setq gcmh-high-cons-threshold 100000000)
|
||||
(gcmh-mode 1))
|
||||
|
||||
;; Highlight en los números.
|
||||
;; (use-package highlight-numbers
|
||||
;; :defer t
|
||||
|
Loading…
Reference in New Issue
Block a user