From cb3119a8973089582d2784e6b3d5eb667a12b5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Wed, 2 Sep 2026 07:51:46 -0600 Subject: [PATCH] fix(emacs): eshell enter --- modules/home/users/msyds/emacs/lisp/syd/eshell.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/users/msyds/emacs/lisp/syd/eshell.el b/modules/home/users/msyds/emacs/lisp/syd/eshell.el index 9e3aab2..bd39305 100644 --- a/modules/home/users/msyds/emacs/lisp/syd/eshell.el +++ b/modules/home/users/msyds/emacs/lisp/syd/eshell.el @@ -167,7 +167,8 @@ if FILE-NAME has no TRAMP prefix." :states '(normal insert) "C-j" #'eshell-next-matching-input-from-input "C-k" #'eshell-previous-matching-input-from-input - "C-s" #'consult-history) + "C-s" #'consult-history + "" #'eshell-send-input) :config ;; When cd'd into a TRAMP remote, automatically expand '/' to the TRAMP ;; notation referring to the remote's root.