Minor tweaks and fixes
Some checks failed
/ Test config on 20 (push) Failing after 13s

- ensure certain variables are copied from .zprofile
- shorten which-key delay
- increase garbage collection threshold
This commit is contained in:
Maciej 2024-09-09 08:04:58 +03:00
parent c85cd624f1
commit 5cf9984226
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 12 additions and 8 deletions

View file

@ -93,8 +93,8 @@
(require 'icejam-diminish)
;; Restore GC to normal, but still high
(setq gc-cons-threshold 100000000)
(setq gc-cons-percentage 0.1)
(setq gc-cons-threshold 200000000)
(setq gc-cons-percentage 0.2)
(provide 'icejam-custom-init)
;;; icejam-custom-init.el ends here