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

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

[elpa] master df86665 51/68: ace-window.el (aw-ignored-buffers): add "*L


From: Oleh Krehel
Subject: [elpa] master df86665 51/68: ace-window.el (aw-ignored-buffers): add "*LV*"
Date: Sat, 21 Mar 2015 19:07:05 +0000

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

    ace-window.el (aw-ignored-buffers): add "*LV*"
---
 ace-window.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ace-window.el b/ace-window.el
index 1c8ece9..af966ff 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -79,7 +79,7 @@
           (const :tag "global" global)
           (const :tag "frame" frame)))
 
-(defcustom aw-ignored-buffers '("*Calc Trail*")
+(defcustom aw-ignored-buffers '("*Calc Trail*" "*LV*")
   "List of buffers to ignore when selecting window."
   :group 'ace-window)
 



reply via email to

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