From 4492cbc9b5925f659c98cd1a54f80d42e2101b16 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 29 Oct 2025 00:32:15 +0000 Subject: make normal the initial state for eshell-mode --- Emacs/.config/emacs/config.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 32f62c5..a04677f 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1852,6 +1852,8 @@ them. :hook (eshell-mode-hook . completion-preview-mode) :init + (evil-set-initial-state 'eshell-mode 'normal) + (defun +eshell/banner-message () (concat (shell-command-to-string "fortune") "\n")) -- cgit v1.2.3-13-gbd6f