Config: install eat.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user