Explorar el Código

Remove useless kbd

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

+ 1
- 1
emacs.el Ver fichero

@@ -782,7 +782,7 @@ found, otherwise returns nil."
(not (file-remote-p default-directory)))
(fzf)
(call-interactively 'find-file)))
(define-key ctl-x-map (kbd "f") 'my-fzf-or-find-file)
(define-key ctl-x-map "f" 'my-fzf-or-find-file)

(defun my-fzf-all-lines ()
"Fzf all lines."


Cargando…
Cancelar
Guardar