emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ivy-hydra db5a894 327/395: ivy-test.el (ivy-with): Don'


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra db5a894 327/395: ivy-test.el (ivy-with): Don't use counsel-locate-git-root
Date: Thu, 25 Feb 2021 08:32:31 -0500 (EST)

branch: externals/ivy-hydra
commit db5a8940cf2a4324a1512c8f2a0e91475d1ac26f
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    ivy-test.el (ivy-with): Don't use counsel-locate-git-root
    
    Assume `default-directory' matches it anyway
    
    Re #2608
---
 ivy-test.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-test.el b/ivy-test.el
index 30ae3f7..82f3081 100644
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -90,7 +90,7 @@ Since `execute-kbd-macro' doesn't pick up a let-bound 
`default-directory'.")
       (unwind-protect
            (progn
              (when dir
-               (setq dir (expand-file-name dir (counsel-locate-git-root))))
+               (setq dir (expand-file-name dir)))
              (setq ivy-eval-dir dir)
              (execute-kbd-macro
               (vconcat (kbd "C-c e")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]