From 677ed2df6d688700c13cfef0cd65f343fc5a70cd Mon Sep 17 00:00:00 2001 From: zdm Date: Mon, 8 Feb 2021 00:51:25 -0700 Subject: [PATCH] remove fzf --- init.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/init.el b/init.el index 8f8d8d7..4f31644 100644 --- a/init.el +++ b/init.el @@ -282,10 +282,6 @@ :defer t :init (setq counsel-find-file-at-point t) - - (defun user-ivy-switch-file-search () - (interactive) - (ivy-quit-and-run (counsel-fzf nil ivy--directory))) :bind (("C-s" . counsel-grep-or-swiper) ("M-x" . counsel-M-x) @@ -295,8 +291,6 @@ ("C-h v" . counsel-describe-variable) ("C-c c u" . counsel-unicode-char) ("C-c c o" . counsel-outline)) - (:map ivy-minibuffer-map - ("M-s r" . user-ivy-switch-file-search)) :config (defalias '/unicode 'counsel-unicode-char))