Disable native shell prompt editing by default
* eat.el (eat-enable-native-shell-prompt-editing): Set to nil.
This commit is contained in:
parent
baf0bb7e5f
commit
48edc9befe
1 changed files with 1 additions and 1 deletions
2
eat.el
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue