chor: clean up some configs and keybindings

This commit is contained in:
User
2026-06-24 08:42:08 +08:00
parent 979670e6dd
commit 128ec92eaf
6 changed files with 11 additions and 17 deletions

View File

@@ -77,8 +77,9 @@
("integration" "integration/*")
(:exclude ".dir-locals.el" "*-tests.el")))
:hook
((eshell-load . eat-eshell-mode)
(eshell-load . eat-eshell-visual-command-mode))
(eshell-load . eat-eshell-mode)
(eshell-load . eat-eshell-visual-command-mode)
(eat-mode . toggle-truncate-lines)
:config
(setq eat-term-terminfo-directory eat--terminfo-path)))