aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-10-29 00:32:15 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-10-29 00:32:15 +0000
commit4492cbc9b5925f659c98cd1a54f80d42e2101b16 (patch)
treeb15c7c8fdb6f04fb2441796f4f747c2ca393716f /Emacs
parentc53d9647c1a642057014d8efd7d7b88a8c1b1f47 (diff)
downloaddotfiles-4492cbc9b5925f659c98cd1a54f80d42e2101b16.tar.gz
dotfiles-4492cbc9b5925f659c98cd1a54f80d42e2101b16.tar.bz2
dotfiles-4492cbc9b5925f659c98cd1a54f80d42e2101b16.zip
make normal the initial state for eshell-mode
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/config.org2
1 files changed, 2 insertions, 0 deletions
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"))