Config: install eat.

This commit is contained in:
2026-05-06 18:39:21 +08:00
parent 8ecbd64595
commit c45c46d8f3
7 changed files with 29 additions and 23 deletions

View File

@@ -40,7 +40,7 @@
;; 安装vertico
(use-package vertico
:init (vertico-mode t))
:init (vertico-mode))
;; 安装orderless用于模糊搜索
(use-package orderless
@@ -241,7 +241,21 @@ targets."
(use-package vterm))
;; eat
(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")))
:hook ((eshell-load . eat-eshell-mode)
(eshell-load . eat-eshell-visual-command-mode))
:config (setq eat-term-terminfo-directory eat--terminfo-path))
;; general
(use-package general)