This commit is contained in:
2025-11-22 13:52:03 +08:00
parent c23a1ba64a
commit fafe8f4ab5
6 changed files with 49 additions and 42 deletions
+5
View File
@@ -6,3 +6,8 @@
(load! "development")
(load! "org")
(load! "ai")
;; Performance tweaks
(setq gc-cons-threshold 100000000 ; Increase GC threshold to 100MB
gc-cons-percentage 0.6)
(run-with-idle-timer 5 t #'garbage-collect)