branch: master
commit c43de4776cea5bed30403d60958b11d6d9b273d6
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
counsel.el (counsel-dired-jump): Fix up
---
counsel.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/counsel.el b/counsel.el
index 4210549..9dda0a4 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1483,7 +1483,7 @@ root directory for search."
(ivy-read "Directory: "
(split-string (shell-command-to-string "find * -type d"))
:initial-input initial-input
- :action #'dired-jump
+ :action (lambda (d) (dired-jump nil (expand-file-name d)))
:caller 'counsel-dired-jump)))
;;* Grep