Browse Source

Remove useless kbd

master
10sr 5 years ago
parent
commit
c327aaf9cf
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -782,7 +782,7 @@ found, otherwise returns nil."
(not (file-remote-p default-directory))) (not (file-remote-p default-directory)))
(fzf) (fzf)
(call-interactively 'find-file))) (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 () (defun my-fzf-all-lines ()
"Fzf all lines." "Fzf all lines."


Loading…
Cancel
Save