Reset gc-cons-threshold a tiny bit sooner

This commit is contained in:
Henrik Lissner 2017-05-20 18:39:23 +02:00
parent 5c34732266
commit e63113a86c

View file

@ -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))