Browse Source

Check fzf executable

master
10sr 5 years ago
parent
commit
ed491f8500
Signed by: 10sr GPG Key ID: C384BB17CBB19347
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el View File

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


Loading…
Cancel
Save