Variable: aw-leading-char-style

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

Value

char

Documentation

Style of the leading char overlay.

Source Code

;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defcustom aw-leading-char-style 'char
  "Style of the leading char overlay."
  :type '(choice
          (const :tag "single char" 'char)
          (const :tag "full path" 'path)))