mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Reset gc-cons-threshold a tiny bit sooner
This commit is contained in:
@ -175,7 +175,7 @@ enable multiple minor modes for the same regexp.")
|
||||
(require 'core-projects) ; making Emacs project-aware
|
||||
(require 'core-keybinds))) ; centralized keybind system + which-key
|
||||
|
||||
(add-hook! 'window-setup-hook
|
||||
(add-hook! 'after-init-hook
|
||||
(setq gc-cons-threshold 16777216
|
||||
gc-cons-percentage 0.1))
|
||||
|
||||
|
Reference in New Issue
Block a user