branch: master commit df86665fab0fde7363759091c0f9f1018bfeaeae Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
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)