I’d like to reduce the default font size for a buffer using Emacs lisp.
At the moment I am running a process based buffer as a small emacs-lisp based application, I want the font size to reduce in the same way as C-x C-- does, when the app creates it’s buffer.
The app has it’s own major mode, so should I just set a custom basic face instead?
(note: I tried doing C-x ESC ESC but it showed the command executed before C-x C-- instead.)
Thanks to dmckee, Help does of course tell me the command that C-x C-- executes…
The lisp to reduce is…
to enlarge…
to reset to default…
Emacs also provides (which FYI
text-scale-adjustwraps):