meow
meow copied to clipboard
Cannot perform `text-scale-adjust` on the meow cheat sheet (`C-c ?`)
I don't see very well and often have to enlarge things within emacs. Typically I do this with text-scale-adjust
via the C-x C-+
or the global-text-scale-adjust
through C-x C-M-+
.
I am not able to adjust the text scale on the cheat sheet buffer. Is there an easy fix or config change that will allow me to adjust the text scale in this buffer?
As always, thank you for the hard work on meow.
I think it doesn't work because the face inherit fixed-pitch
face, which indicates a monospaced font will be used.
If it's just too small or large, you can set the face attribute
(set-face-attribute 'meow-cheatsheet-command nil :height 100) ;; 100 is 100%
There could be a better option which I don't know.
Should this be labeled as a bug to be fixed?