Browse Source

Add comment

master
10sr 5 years ago
parent
commit
3bed7ae4a2
Signed by: 10sr GPG Key ID: C384BB17CBB19347
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -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 .; "


Loading…
Cancel
Save