1 96961010 2021-07-15 lh ; Disable GC while starting up
2 96961010 2021-07-15 lh (setq startup/gc-cons-threshold gc-cons-threshold)
3 c706962f 2021-07-09 lh (setq gc-cons-threshold most-positive-fixnum)
4 96961010 2021-07-15 lh (defun startup/reset-gc ()
5 96961010 2021-07-15 lh (setq gc-cons-threshold startup/gc-cons-threshold))
6 96961010 2021-07-15 lh (add-hook 'emacs-startup-hook 'startup/reset-gc)