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

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

[elpa] master cfb8d49 335/399: counsel.el (counsel-find-file-ignore-rege


From: Oleh Krehel
Subject: [elpa] master cfb8d49 335/399: counsel.el (counsel-find-file-ignore-regexp): Add lockfiles to dotfiles
Date: Sat, 20 Jul 2019 14:57:52 -0400 (EDT)

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

    counsel.el (counsel-find-file-ignore-regexp): Add lockfiles to dotfiles
    
    Fixes #2117
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index bd6da76..34f3fc1 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1826,7 +1826,7 @@ a dot. The generic way to toggle ignored files is 
\\[ivy-toggle-ignore],
 but the leading dot is a lot faster."
   :type `(choice
           (const :tag "None" nil)
-          (const :tag "Dotfiles" "\\(?:\\`\\|[/\\]\\)\\.")
+          (const :tag "Dotfiles and Lockfiles" 
"\\(?:\\`\\|[/\\]\\)\\(?:[#.]\\)")
           (const :tag "Ignored Extensions"
                  ,(regexp-opt completion-ignored-extensions))
           (regexp :tag "Regex")))



reply via email to

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