From 3c7143e5ba9c2043666d0b63269add4207e41a3b Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 17 Apr 2023 04:50:46 +0100 Subject: no repeat mode in eshell --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 630cacd..d28ab2b 100644 --- a/init.el +++ b/init.el @@ -1647,6 +1647,8 @@ (defun jao-eshell--outline () (setq-local outline-regexp eshell-prompt-regexp)) + :config (setq eshell-prompt-repeat-map nil) + :hook (eshell-mode . jao-eshell--outline)) ;;;;; colors -- cgit v1.2.3