Kill eat buffers on command exit

This is that terminal applications don't leave old buffers hanging
around after they are finished.
This commit is contained in:
Oliver Payne 2023-12-04 20:49:47 +00:00
parent d280cb2800
commit 06795ed0d1
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@
'(display-time-day-and-date t)
'(display-time-mode t)
'(eat-eshell-mode t)
'(eat-kill-buffer-on-exit t)
'(ediff-window-setup-function 'ediff-setup-windows-plain)
'(gnus-group-mode-hook '(gnus-topic-mode gnus-agent-mode))
'(gnus-secondary-select-methods '((nnml "")))