Ver código fonte

Remove useless kbd

master
10sr 5 anos atrás
pai
commit
c327aaf9cf
Acessado por: 10sr ID da chave GPG: 7BEC428194130EB2
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver arquivo

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


Carregando…
Cancelar
Salvar