abo-abo / ace-window

Quickly switch windows in Emacs
965 stars 85 forks source link

Hide window-switching characters when `ace-window-display-mode` is `t` #234

Open ghost opened 1 year ago

ghost commented 1 year ago

I apologize in advance if there’s a way to do this that I’ve missed but is it possible to disable the characters that pop up inside the buffers if ace-window-display-mode is active?

I don’t need or want to be told what character corresponds to what window in two different ways simultaneously.

Thank you!

mattbeshara commented 1 year ago

In case you're still wondering, the way to do this is with (setq aw-display-mode-overlay nil).