Sfoglia il codice sorgente

Add comment

master
10sr 5 anni fa
parent
commit
3bed7ae4a2
Firmato da: 10sr ID Chiave GPG: C384BB17CBB19347
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el Vedi 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 .; "


Caricamento…
Annulla
Salva