From 0e9596244db97d26dfcd5c5fdcac980195c007d3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 19 Oct 2019 17:10:03 -0400 Subject: [PATCH] counsel-find-file-at-point = nil This is disruptive when you use counsel-find-file to quickly jump to another file in or near the current directory. There's already gf for this sort of thing anyway. --- modules/completion/ivy/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index 6236910d3..9aa30ec94 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -266,8 +266,7 @@ evil-ex-specific constructs, so we disable it solely in evil-ex." (funcall cmd source target 1)))) ;; Configure `counsel-find-file' - (setq counsel-find-file-at-point t - counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)") + (setq counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)") (ivy-add-actions 'counsel-find-file `(("b" counsel-find-file-cd-bookmark-action "cd bookmark")