diff --git a/emacs.el b/emacs.el index 162f5ef..2489240 100644 --- a/emacs.el +++ b/emacs.el @@ -749,6 +749,7 @@ found, otherwise returns nil." (let* ((find (if (executable-find "bfs") ;; Breadth-first find https://github.com/tavianator/bfs "bfs" + ;; Use gfind if available? "find")) (findcmd (concat "set -eu; set -o pipefail; " "echo .; "