make normal the initial state for eshell-mode

This commit is contained in:
2025-10-29 00:32:15 +00:00
parent c53d9647c1
commit 4492cbc9b5

View File

@@ -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"))