* eat.el (eat-eshell-emacs-mode-map): Disable undo
This commit is contained in:
parent
aa0607e1cb
commit
917464cf56
1 changed files with 1 additions and 0 deletions
1
eat.el
1
eat.el
|
@ -5233,6 +5233,7 @@ PROGRAM can be a shell command."
|
|||
(define-key map [?\C-c ?\C-j] #'eat-eshell-semi-char-mode)
|
||||
(define-key map [remap eshell-toggle-direct-send] ; C-c M-d
|
||||
#'eat-eshell-char-mode)
|
||||
(define-key map [remap undo] #'undefined) ; Disable `undo'.
|
||||
map)
|
||||
"Keymap for Eat Eshell \"emacs\" mode.")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue