From: John Turner Date: Sat, 12 Jul 2025 17:17:37 +0000 (-0400) Subject: run GC when frame loses focus X-Git-Url: https://jturnerusa.dev/gitweb/?a=commitdiff_plain;h=5633eab3bf98eb87bdd618bc84b6a1acb8526e2c;p=emacs.d run GC when frame loses focus --- diff --git a/init.el b/init.el index 3e304cf..c47b604 100644 --- a/init.el +++ b/init.el @@ -92,3 +92,5 @@ :family "Noto Sans Mono" :foundry "GOOG" :slant 'normal) + +(add-hook 'focus-out-hook 'garbage-collect)