abo-abo / ace-window

Quickly switch windows in Emacs
970 stars 86 forks source link

Feature request: Option to disable the leading char overlay #173

Closed valff closed 5 years ago

valff commented 5 years ago

I'm using ace-window-display-mode to display the leading char at the mode line. And I want to disable the leading char overlay completely.

As a workaround I'm using this hack:

(advice-add 'aw--lead-overlay :override (lambda (&rest _)))

It would be great to introduce an option similar to aw-background, but for the char overlay.

abo-abo commented 5 years ago

Thanks.

valff commented 5 years ago

Thank you! Awesome package.