mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Slightly more aggressive garbage collection post-initialization
This commit is contained in:
@ -164,8 +164,8 @@ enable multiple minor modes for the same regexp.")
|
||||
(require 'core-keybinds))) ; centralized keybind system + which-key
|
||||
|
||||
(add-hook! 'window-setup-hook
|
||||
(setq gc-cons-threshold 134217728
|
||||
gc-cons-percentage 0.3))
|
||||
(setq gc-cons-threshold 67108864
|
||||
gc-cons-percentage 0.2))
|
||||
|
||||
(provide 'core)
|
||||
;;; core.el ends here
|
||||
|
Reference in New Issue
Block a user