abo-abo / ace-window

Quickly switch windows in Emacs
970 stars 86 forks source link

Support multi windows ID display #189

Open driftcrow opened 4 years ago

driftcrow commented 4 years ago

I like ace-window, but the displayed characters of window id are small and difficult to see, if I custom face to looks bigger , buffer content then shake when display id.

So ,can support multi display method like switch-window then user can choice.

abo-abo commented 4 years ago

Customizing aw-leading-char-face is what's recommended now. See also ace-window-display-mode.

One idea is to use posframe to display the leading chars. PRs welcome.