Kaynağa Gözat

Check rg existance

master
10sr 4 yıl önce
ebeveyn
işleme
1dd9b496d9
İmzalayan: 10sr GPG Anahtar Kimliği: 7BEC428194130EB2
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Dosyayı Görüntüle

@@ -1151,6 +1151,8 @@ THEM are function and its args."
(defun my-fzf-all-lines ()
"Fzf all lines."
(interactive)
(unless (executable-find "rg")
(error "rg not found"))
(let ((process-environment (cl-copy-list process-environment)))
(setenv "FZF_DEFAULT_COMMAND" "rg -nH --no-heading --hidden --follow --glob '!.git/*' --color=always ^")
(fzf)))


Yükleniyor…
İptal
Kaydet