From 3fe86fbf3f14ddd4ba678c38c7141dc637010260 Mon Sep 17 00:00:00 2001 From: Pengji Zhang Date: Wed, 19 Dec 2018 11:27:44 -0500 Subject: [PATCH] Update the name of the LV buffer --- ace-window.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ace-window.el b/ace-window.el index 7535f67..3d199cb 100644 --- a/ace-window.el +++ b/ace-window.el @@ -96,7 +96,7 @@ For example, to make SPC do the same as ?a, use "When non-nil, also display `ace-window-mode' string in the minibuffer when ace-window is active." :type 'boolean) -(defcustom aw-ignored-buffers '("*Calc Trail*" "*LV*") +(defcustom aw-ignored-buffers '("*Calc Trail*" " *LV*") "List of buffers and major-modes to ignore when choosing a window from the window list. Active only when `aw-ignore-on' is non-nil. Windows displaying these buffers can still be chosen by typing their specific labels."