소스 검색

Add comented rg command

master
10sr 5 년 전
부모
커밋
518912f35d
로그인 계정: 10sr GPG 키 ID: C384BB17CBB19347
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el 파일 보기

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


불러오는 중...
취소
저장