abo-abo / ace-window

Quickly switch windows in Emacs
977 stars 87 forks source link

Show the overlay in the bottom of the window too #132

Closed Wilfred closed 6 years ago

Wilfred commented 6 years ago

This is useful when point overlaps the overlay at the top of the window, making it difficult to read the label.

Fixes #129.

Screenshot with many windows in one frame:

screen shot 2018-05-29 at 14 27 12

I've tried to match the code style of ace-window, but let me know if you'd like any changes.

abo-abo commented 6 years ago

Thanks, the change looks good, but some users will likely prefer to keep the current visual style. Please add a boolean defcustom that enables the new functionality, off by default.

Wilfred commented 6 years ago

Added a defcustom :)

abo-abo commented 6 years ago

Thanks.