diff options
Diffstat (limited to '')
-rw-r--r-- | emacs-init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index de5fbe3..c241fc9 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1680,7 +1680,7 @@ Give a message when Emacs does garbage collection and increase the thresholds fo (use-package emacs :custom (garbage-collection-messages t) - (gc-cons-threshold 800000000) + (gc-cons-threshold 80000000) (gc-cons-percentage 0.3)) #+end_src ** Desktop module |