From f10436c0b73bcf9fbb58075f392abbf06937a28c Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 23 Apr 2024 17:00:21 +0530 Subject: (Emacs/config)+eshell to oreo/keep-buffers So my eshell instance doesn't die just cos I'm cleaning up. --- Emacs/.config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emacs/.config/emacs/config.org') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 7318b77..83655e4 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -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 () -- cgit v1.2.3-13-gbd6f