summary refs log tree commit diff stats
path: root/lisp/acdw.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-30 17:22:49 -0500
committerCase Duckworth2021-03-30 17:22:49 -0500
commit6e7a17b6e004d231b2e84551c7983562109f4497 (patch)
tree6d929da706cf2eb8b3db93fca26e4ebaeead0356 /lisp/acdw.el
parentAdd `:setq-default' macro to save a little load time (diff)
downloademacs-6e7a17b6e004d231b2e84551c7983562109f4497.tar.gz
emacs-6e7a17b6e004d231b2e84551c7983562109f4497.zip
Tweak garbage collection
Diffstat (limited to 'lisp/acdw.el')
-rw-r--r--lisp/acdw.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index 9387cf1..35d5ac1 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el
@@ -57,7 +57,7 @@ Ready for use with `after-focus-change-function'."
57 57
58;;; Garbage collection hacks 58;;; Garbage collection hacks
59 59
60(defconst acdw/gc-cons-threshold-basis (* 800 1024 1024) 60(defconst acdw/gc-cons-threshold-basis (* 800 1024)
61 "Basis value for `gc-cons-threshold' to return to after jumping. 61 "Basis value for `gc-cons-threshold' to return to after jumping.
62800 KB is Emacs's default.") 62800 KB is Emacs's default.")
63 63