From 48edc9befedd2eb5961acdf390d665049be36642 Mon Sep 17 00:00:00 2001 From: Akib Azmain Turja Date: Wed, 13 Sep 2023 21:41:09 +0600 Subject: [PATCH] Disable native shell prompt editing by default * eat.el (eat-enable-native-shell-prompt-editing): Set to nil. --- eat.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eat.el b/eat.el index 5d1fb32..a53b2fe 100644 --- a/eat.el +++ b/eat.el @@ -296,7 +296,7 @@ the history of commands like `eat', `shell-command' and :group 'eat-ui :group 'eat-eshell) -(defcustom eat-enable-native-shell-prompt-editing t +(defcustom eat-enable-native-shell-prompt-editing nil "Non-nil means allowing editing shell prompt using Emacs commands. When non-nil, you can edit shell prompts with the normal Emacs editing