abo-abo / ace-window

Quickly switch windows in Emacs
984 stars 87 forks source link

Improve the leading char faces in posframe. #231

Closed seagle0128 closed 5 months ago

seagle0128 commented 2 years ago

It's not reliable with :font keyword in posframe. e.g. '((t (:inherit 'font-lock-keyword-face :height 4.0)). After a while the height was changed to 1.0 somehow.

It's clean and simple to display the propertized leading chars. And it should have better performance.