Explorar el Código

Fix wazrn

master
10sr hace 4 años
padre
commit
f86d2c8a0c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar