非常感谢! 我折腾了很久才实现consult-everything,原来自带的locate就可以配置使用es.exe…
(use-package consult-everything
:if (or (eq system-type 'windows-nt)
(eq system-type 'android))
:after consult
:load-path "~/.emacs.d/lisp/consult-everything"
:straight nil
;; :demand
:commands (consult-everything)
)