(Emacs/config)+eshell to oreo/keep-buffers

So my eshell instance doesn't die just cos I'm cleaning up.
This commit is contained in:
2024-04-23 17:00:21 +05:30
parent c3ecf07798
commit f10436c0b7

View File

@@ -173,7 +173,7 @@ any buffers in ~+oreo/keep-buffer~ and kills the rest.
(defconst +oreo/keep-buffers
(list "config.org" "*scratch*"
"*dashboard*" "*Messages*"
"*Warnings*")
"*Warnings*" "*eshell*")
"List of buffer names to preserve.")
(defun +oreo/clean-buffer-list ()