Eshell now uses eat as a terminal.
This commit is contained in:
parent
052bb0821c
commit
57317a00d0
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue