Variable: aw-char-position

aw-char-position is a customizable variable defined in ace-window.el.

Value

top-left

Documentation

Window positions of the character overlay.

Consider changing this if the overlay tends to overlap with other things.

Source Code

;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defcustom aw-char-position 'top-left
  "Window positions of the character overlay.
Consider changing this if the overlay tends to overlap with other things."
  :type '(choice
          (const :tag "top left corner only" 'top-left)
          (const :tag "both left corners" 'left)))