meow-edit / meow

Yet another modal editing on Emacs / 猫态编辑
GNU General Public License v3.0
1.07k stars 128 forks source link

feature request: ability to customize the keypad hints font #586

Closed jsbmg closed 2 weeks ago

jsbmg commented 2 weeks ago

Thank you very much for this excellent package!

I have a very minor issue - I use a variable pitch font in Emacs. This causes the keypad suggestions in the minibuffer to be misaligned. However, it seems that it's not possible to customize the face that displays the keypad hints. This is possible to do with other faces that are problematic when using a variable pitch font, for example org-table in org-mode, and various faces in the which-key package. It would be nice if meow exposed a face or faces in order to customize this font.

2024-04-28-000056_3816x304_scrot

eshrh commented 2 weeks ago

This is something we should add, but if you have which-key installed, meow should be using which key (and so you can customize the faces there).

jsbmg commented 2 weeks ago

Cool, thanks for the tip.