Explorar el Código

Check fzf executable

master
10sr hace 5 años
padre
commit
ed491f8500
Firmado por: 10sr ID de clave GPG: C384BB17CBB19347
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar