Slightly more aggressive garbage collection post-initialization
This commit is contained in:
parent
58173432d3
commit
617a525885
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue