Eshell now uses eat as a terminal.

This commit is contained in:
Micheal Smith
2025-10-17 08:22:25 -05:00
committed by Micheal Smith
parent 052bb0821c
commit 57317a00d0
2 changed files with 2 additions and 2 deletions

View File

@@ -1403,7 +1403,7 @@ well.
("terminfo/65" "terminfo/65/*")
("integration" "integration/*")
(:exclude ".dir-locals.el" "*-tests.el")))
:hooks
:hook
(eat-mode-hook . eat-char-mode)
(eshell-load-hook . eat-eshell-mode)
(eshell-load-hook . eat-eshell-visual-command-mode)

View File

@@ -1186,7 +1186,7 @@ well.
("terminfo/65" "terminfo/65/*")
("integration" "integration/*")
(:exclude ".dir-locals.el" "*-tests.el")))
:hooks
:hook
(eat-mode-hook . eat-char-mode)
(eshell-load-hook . eat-eshell-mode)
(eshell-load-hook . eat-eshell-visual-command-mode)