diff --git a/emacs/config.el b/emacs/config.el index e69fdfd..be7adae 100644 --- a/emacs/config.el +++ b/emacs/config.el @@ -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)