Update README.md

This commit is contained in:
James Cherti
2024-08-05 13:03:22 -04:00
parent 4c538f791e
commit ff7611dde7

View File

@@ -50,8 +50,9 @@
(setq gc-cons-threshold most-positive-fixnum)
(add-hook 'emacs-startup-hook (lambda ()
(setq gc-cons-threshold (* 16 1024 1024))))
(add-hook 'emacs-startup-hook
(lambda ()
(setq gc-cons-threshold minimal-emacs-gc-cons-threshold)))
;;; Performance