From 57317a00d009872458e35bac689f0c8cec5fa423 Mon Sep 17 00:00:00 2001 From: Micheal Smith Date: Fri, 17 Oct 2025 08:22:25 -0500 Subject: [PATCH] Eshell now uses eat as a terminal. --- README.org | 2 +- config.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 466fd15..0db2c7a 100644 --- a/README.org +++ b/README.org @@ -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) diff --git a/config.org b/config.org index b39e7db..636cbbb 100644 --- a/config.org +++ b/config.org @@ -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)