make sure eat works in eshell

This commit is contained in:
Chris Cochrun 2023-11-15 09:49:57 -06:00
parent 75d3585580
commit 64090e89b7
2 changed files with 6 additions and 2 deletions

View file

@ -2968,7 +2968,9 @@ targets."
"C-d" 'kill-buffer-and-window
"<up>" 'eshell-previous-input))
(add-hook 'eshell-load-hook #'eat-eshell-mode)
(use-package eat
:init
(add-hook 'eshell-load-hook #'eat-eshell-mode))
(setq vterm-buffer-name-string "vterm %s"
vterm-shell "/run/current-system/sw/bin/zsh")