Files
.emacs.d/lisp/init-gc.el
2026-03-29 19:12:45 +11:00

13 lines
216 B
EmacsLisp

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