branch: master
commit 26c82461dd01e27e188d75affeeb7a39b5264faf
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    counsel.el (counsel-recoll): add unwind
    
    Fixes #403
---
 counsel.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/counsel.el b/counsel.el
index 083413a..a177717 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1240,6 +1240,7 @@ INITIAL-INPUT can be given as the initial minibuffer 
input."
                           (find-file file-name)
                           (unless (string-match "pdf$" x)
                             (swiper ivy-text)))))
+            :unwind #'counsel-delete-process
             :caller 'counsel-recoll))
 ;;* Misc Emacs
 ;;** `counsel-org-tag'

Reply via email to