This commit is contained in:
Zelong Kuang
2025-12-15 18:20:19 +11:00
parent b73c09be8d
commit ddfbc45d94
12 changed files with 106 additions and 69 deletions

10
lisp/init-gc.el Normal file
View File

@@ -0,0 +1,10 @@
;; -*- lexical-binding: t; -*-
(use-package gcmh
:init
(gcmh-mode 1)
:config
(setq gcmh-high-cons-threshold #x6400000))
(provide 'init-gc)