EAT: kill buffer on exit

This commit is contained in:
MitchMarq42 2023-01-03 21:11:57 -09:00
parent cfe6849dfc
commit 3765ccff7c

View File

@ -208,6 +208,8 @@ If the current window occupies the whole frame, split it."
("terminfo/65" "terminfo/65/*")
("integration" "integration/*")
(:exclude ".dir-locals.el" "*-tests.el")))
:custom
(eat-kill-buffer-on-exit t)
:hook (eshell-mode . eat-eshell-visual-command-mode))
(elpaca-use-package hide-mode-line
:commands (hide-mode-line-mode))