feat: keybindings for eat

This commit is contained in:
Artur Manuel 2024-11-21 14:49:00 +00:00
commit 19a529c102

View file

@ -75,4 +75,11 @@
:custom
(c-basic-offset 4))
(use-package eat
:init
(add-hook 'eshell-load-hook #'eat-eshell-mode)
(add-hook 'eshell-load-hook #'eat-eshell-visual-command-mode)
:bind (("C-c t" . eat)
("C-x p t" . eat-project)))
(provide 'config)