Update the name of the LV buffer

old-master
Pengji Zhang 7 years ago committed by GitHub
parent 95a75e63d8
commit 3fe86fbf3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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."

Loading…
Cancel
Save