Sfoglia il codice sorgente

Add comented rg command

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

+ 2
- 0
emacs.el Vedi File

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


Caricamento…
Annulla
Salva