[emacs] Better eat

This commit is contained in:
John Doty 2026-01-31 18:31:51 +00:00
parent 9a0aeb7186
commit f9e570eb67

View file

@ -1508,6 +1508,15 @@ Do this when you edit your project view."
;; ================================================================= ;; =================================================================
;; Terminal ;; Terminal
;; ================================================================= ;; =================================================================
(use-package eat :straight t) ;; (use-package eat :straight t)
(use-package eat
:straight '(eat :type git
:host codeberg
:repo "akib/emacs-eat"
:files ("*.el" ("term" "term/*.el") "*.texi"
"*.ti" ("terminfo/e" "terminfo/e/*")
("terminfo/65" "terminfo/65/*")
("integration" "integration/*")
(:exclude ".dir-locals.el" "*-tests.el")))
:bind (("C-c T" . eat-project)))
;;; init.el ends here ;;; init.el ends here