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

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

[elpa] externals/ivy-hydra c8120fb 016/395: counsel.el (counsel-cd): Add


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra c8120fb 016/395: counsel.el (counsel-cd): Add counsel-delete-process
Date: Thu, 25 Feb 2021 08:31:21 -0500 (EST)

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

    counsel.el (counsel-cd): Add counsel-delete-process
    
    Fixes #2297
---
 counsel.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/counsel.el b/counsel.el
index 592daaf..d6a62b7 100644
--- a/counsel.el
+++ b/counsel.el
@@ -2876,6 +2876,7 @@ CALLER is passed to `ivy-read'."
   "Change the directory for the currently running Ivy grep-like command.
 Works for `counsel-git-grep', `counsel-ag', etc."
   (interactive)
+  (counsel-delete-process)
   (let ((input ivy-text)
         (new-dir (counsel-read-directory-name "cd: ")))
     (ivy-quit-and-run



reply via email to

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