From 6e7a17b6e004d231b2e84551c7983562109f4497 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 30 Mar 2021 17:22:49 -0500 Subject: Tweak garbage collection --- lisp/acdw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/acdw.el') 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'." ;;; Garbage collection hacks -(defconst acdw/gc-cons-threshold-basis (* 800 1024 1024) +(defconst acdw/gc-cons-threshold-basis (* 800 1024) "Basis value for `gc-cons-threshold' to return to after jumping. 800 KB is Emacs's default.") -- cgit 1.4.1-21-gabe81