[midnight] never kill Gajim buffers

This commit is contained in:
contrapunctus 2021-08-22 01:37:07 +05:30
parent 910f40b242
commit 191eb0e5f5
1 changed files with 1 additions and 0 deletions

View File

@ -2844,6 +2844,7 @@ Used by Eldev documentation.
(setq clean-buffer-list-kill-regexps '("")
clean-buffer-list-delay-general 1
clean-buffer-list-delay-special (* 60 60 12))
(add-to-list 'clean-buffer-list-kill-never-buffer-names "Gajim")
:hook
(midnight . clean-buffer-list))