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

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

[elpa] externals/ivy-hydra 19bc4ed 149/395: ivy.el (ivy-ignore-buffers):


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 19bc4ed 149/395: ivy.el (ivy-ignore-buffers): Ignore *tramp/ buffers
Date: Thu, 25 Feb 2021 08:31:51 -0500 (EST)

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

    ivy.el (ivy-ignore-buffers): Ignore *tramp/ buffers
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 092541c..fd74a0c 100644
--- a/ivy.el
+++ b/ivy.el
@@ -4179,7 +4179,7 @@ CANDS is a list of candidates that :display-transformer 
can turn into strings."
       (setq ivy--virtual-buffers (nreverse virtual-buffers))
       (mapcar #'car ivy--virtual-buffers))))
 
-(defcustom ivy-ignore-buffers '("\\` ")
+(defcustom ivy-ignore-buffers '("\\` " "\\`\\*tramp/")
   "List of regexps or functions matching buffer names to ignore."
   :type '(repeat (choice regexp function)))
 



reply via email to

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