Variable: aw-ignored-buffers
aw-ignored-buffers is a customizable variable defined in
ace-window.el.
Value
("*Calc Trail*" " *LV*")
Documentation
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.
Source Code
;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(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."
:type '(repeat string))