Minor cleanup

This commit is contained in:
Curt Spark 2026-02-23 18:34:12 +00:00
parent 6537c069ae
commit eafbe0bc15
1 changed files with 1 additions and 9 deletions

View File

@ -366,14 +366,6 @@
) )
; Eat is a terminal emulator that can integrate nicely with eshell, allows us to run full ncurses applications inside eshell. ; Eat is a terminal emulator that can integrate nicely with eshell, allows us to run full ncurses applications inside eshell.
(use-package eat (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")))
:ensure t :ensure t
:init :init
;; For `eat-eshell-mode'. ;; For `eat-eshell-mode'.