This commit is contained in:
2026-05-26 03:18:34 +02:00
parent 102a3357c3
commit 977e0e7690
19 changed files with 1457 additions and 347 deletions
+2 -1
View File
@@ -12,8 +12,9 @@
garbage-collection-messages t)
;; Temporarily raise GC threshold during startup
(setq gc-cons-threshold most-positive-fixnum
(setq gc-cons-threshold 8000000000
gc-cons-percentage 0.6)
(add-hook 'after-init-hook (lambda () (setq gc-cons-threshold 80000000)))
;; Disable UI chrome
(dolist (mode '(menu-bar-mode tool-bar-mode scroll-bar-mode))