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

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

[elpa] master cc50da2 080/399: counsel.el (counsel-dired-jump-args): Fix


From: Oleh Krehel
Subject: [elpa] master cc50da2 080/399: counsel.el (counsel-dired-jump-args): Fix -type d
Date: Sat, 20 Jul 2019 14:56:53 -0400 (EDT)

branch: master
commit cc50da23716813c8b931dab1b11095ffb7ecd503
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    counsel.el (counsel-dired-jump-args): Fix -type d
    
    Fixes #1965
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index d06efa2..5ff3fcf 100644
--- a/counsel.el
+++ b/counsel.el
@@ -2493,7 +2493,7 @@ INITIAL-DIRECTORY, if non-nil, is used as the root 
directory for search."
               :keymap counsel-find-file-map
               :caller 'counsel-file-jump)))
 
-(defcustom counsel-dired-jump-args "* -type f -not -path '*/.git*'"
+(defcustom counsel-dired-jump-args "* -type d -not -path '*/.git*'"
   "Arguments for the `find-command' when using `counsel-dired-jump'."
   :type 'string)
 



reply via email to

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