summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-07-12 13:17:37 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-07-12 13:17:37 -0400
commit5633eab3bf98eb87bdd618bc84b6a1acb8526e2c (patch)
treed12d76f1c333eb19eb9d0728e3be34f184c03bcf /init.el
parent42648a0fc82f6c13b1a4ea9668b426144b04707e (diff)
downloademacs.d-5633eab3bf98eb87bdd618bc84b6a1acb8526e2c.tar.gz
run GC when frame loses focus
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
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)