Przeglądaj źródła

Check fzf executable

master
10sr 5 lat temu
rodzic
commit
ed491f8500
Podpisane przez: 10sr ID klucza GPG: C384BB17CBB19347
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Wyświetl plik

@@ -733,7 +733,8 @@ found, otherwise returns nil."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; file handling

(when (autoload-eval-lazily 'fzf)
(when (and (autoload-eval-lazily 'fzf)
(executable-find "fzf"))
;; Too slow!
;; (set-variable 'fzf/executable "sk")
;; (set-variable 'fzf/args "--color bw --print-query")


Ładowanie…
Anuluj
Zapisz