diff --git a/eat.el b/eat.el index bf7750f..941e3d7 100644 --- a/eat.el +++ b/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.")