clean-buffer-list - clean up more aggressively

Another attempt to keep RAM usage down.
This commit is contained in:
contrapunctus 2020-07-24 13:19:30 +05:30
parent 6f9477fee9
commit 1473eb35c0
1 changed files with 2 additions and 2 deletions

View File

@ -528,8 +528,8 @@ and eval it."
(midnight-mode)
:config
(setq clean-buffer-list-kill-regexps '("")
clean-buffer-list-delay-general 3
clean-buffer-list-delay-special (* 60 60 24 3))
clean-buffer-list-delay-general 1
clean-buffer-list-delay-special (* 60 60 12))
:hook
(midnight . clean-buffer-list))