Browse Source

Comment out fzf keybind

master
10sr 5 years ago
parent
commit
2f4446a7a1
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

@@ -760,7 +760,7 @@ found, otherwise returns nil."
"cut -b3-")))
(setenv "FZF_DEFAULT_COMMAND" defcmd))
(set-variable 'fzf/window-height 45)
(define-key ctl-x-map (kbd "C-f") 'fzf)
;; (define-key ctl-x-map (kbd "C-f") 'fzf)
)

(when (safe-require-or-eval 'recently)


Loading…
Cancel
Save