abo-abo / ace-window

Quickly switch windows in Emacs
977 stars 87 forks source link

Set leading char larger by default #120

Closed stardiviner closed 6 years ago

stardiviner commented 6 years ago
(set-face-attribute 'aw-leading-char-face nil
                      :height 2.5 :weight 'bold)
abo-abo commented 6 years ago

I see how this can be useful, but it's a trade-off. By default, ace-window won't move your text around; with this change, it will.

So I think the defaults should remain the same in this case.

It's not difficult to make this customization in the user space, even possible via customize. If you want, add this code to the wiki to give new users an idea of what to customize.