branch: elpa/eat
commit 48edc9befedd2eb5961acdf390d665049be36642
Author: Akib Azmain Turja <a...@disroot.org>
Commit: Akib Azmain Turja <a...@disroot.org>

    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 5d1fb32719..a53b2fe8af 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

Reply via email to