Variable: aw-minibuffer-flag

aw-minibuffer-flag is a customizable variable defined in ace-window.el.

Value

nil

Documentation

When non-nil, also display ace-window-mode string in the minibuffer when ace-window is active.

Source Code

;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defcustom aw-minibuffer-flag nil
  "When non-nil, also display `ace-window-mode' string in the minibuffer when ace-window is active."
  :type 'boolean)