Variable: aw-dispatch-always
aw-dispatch-always is a customizable variable defined in
ace-window.el.
Value
nil
Documentation
When non-nil, ace-window will issue a read-char even for one window.
This will make ace-window act different from other-window for
one or two windows.
Source Code
;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defcustom aw-dispatch-always nil
"When non-nil, `ace-window' will issue a `read-char' even for one window.
This will make `ace-window' act different from `other-window' for
one or two windows."
:type 'boolean)