From 2f4446a7a136689e9dae273e5731fc62be38d126 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 14 Mar 2019 14:11:49 +0900 Subject: [PATCH] Comment out fzf keybind --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index cdc319d..64ce082 100644 --- a/emacs.el +++ b/emacs.el @@ -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)