Variable: aw-ignore-on

aw-ignore-on is a customizable variable defined in ace-window.el.

Value

t

Documentation

When t, ace-window will ignore buffers and major-modes in aw-ignored-buffers.

Use M-0 ace-window to toggle this value.

Source Code

;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defcustom aw-ignore-on t
  "When t, `ace-window' will ignore buffers and major-modes in `aw-ignored-buffers'.
Use M-0 `ace-window' to toggle this value."
  :type 'boolean)