Browse Source

Add comment

master
10sr 5 years ago
parent
commit
ca664bd5f1
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

@@ -746,6 +746,7 @@ found, otherwise returns nil."
;; - parent directory (..)
;; ripgrep cannot list directories...
;; (setenv "FZF_DEFAULT_COMMAND" "rg --files --hidden --follow --glob '!.git/*' --no-ignore")
;; TODO: Use fd if available
(let* ((find (if (executable-find "bfs")
;; Breadth-first find https://github.com/tavianator/bfs
"bfs"


Loading…
Cancel
Save