Files
.emacs.d/lisp/init-gc.el
Zelong Kuang 097cfc4d82 Update
2026-02-26 00:44:09 +11:00

13 lines
214 B
EmacsLisp

;; -*- lexical-binding: t; -*-
(use-package gcmh
:diminish
:ensure (:wait t) ;; what does this do in elpaca
:init
(gcmh-mode 1)
:config
(setq gcmh-high-cons-threshold #x6400000))
(provide 'init-gc)