From 9660cf8434b4baff5b34345f0980ce2c7a162629 Mon Sep 17 00:00:00 2001 From: Eric Danan Date: Sat, 16 Jun 2018 21:16:45 +0200 Subject: [PATCH] cp-find-dir: Use the correct function for "current window" action Fixes #88 --- counsel-projectile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counsel-projectile.el b/counsel-projectile.el index 7bd9865..c79fd27 100644 --- a/counsel-projectile.el +++ b/counsel-projectile.el @@ -400,7 +400,7 @@ The sorting function can be modified by adding an entry for (counsel-projectile--defcustom-action 'counsel-projectile-find-dir '(1 - ("o" counsel-projectile-find-dir-action-other-window + ("o" counsel-projectile-find-dir-action "current window") ("j" counsel-projectile-find-dir-action-other-window "other window")