sort (split-string (shell-command-to-string command) "\0" t) #'string<)))) (cl-defmethod project-files ((project (head local)) &optional dirs) "Override `project-files' to use `fd' in local projects." (mapcan #'my/project-files-in-directory (or dirs (list (project-root project))))) 通过重载 project-files