From 5129a94198ec85e10c0032a249761206aa1524c0 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Mon, 25 Aug 2025 15:44:50 -0500 Subject: [PATCH] Using 'eshell' as initial buffer. --- .config/doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/doom/config.el b/.config/doom/config.el index 4a0bb51..3f57e0e 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -93,4 +93,4 @@ (setq confirm-kill-emacs nil) -(setq initial-buffer-choice 'vterm) +(setq initial-buffer-choice 'eshell)