meow icon indicating copy to clipboard operation
meow copied to clipboard

Cannot perform `text-scale-adjust` on the meow cheat sheet (`C-c ?`)

Open matt-y opened this issue 1 year ago • 2 comments

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.

matt-y avatar May 09 '23 02:05 matt-y

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.

DogLooksGood avatar May 09 '23 09:05 DogLooksGood

Should this be labeled as a bug to be fixed?

jgarte avatar May 12 '23 01:05 jgarte