Ver a proveniência

Fix wazrn

master
10sr há 4 anos
ascendente
cometimento
f86d2c8a0c
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver ficheiro

@@ -977,7 +977,7 @@ Otherwize hook it."

(declare-function fzf "fzf" t)
(defun my-fzf-or-find-file ()
"Call fzf if usable or call find-file."
"Call fzf if usable or call `find-file'."
(declare (interactive-only t))
(interactive)
(if (and (executable-find "fzf")


Carregando…
Cancelar
Guardar