Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user