help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

text-scale-decrease changes text-scale-mode without font changes


From: fatiparty
Subject: text-scale-decrease changes text-scale-mode without font changes
Date: Sat, 6 Nov 2021 10:07:51 +0100 (CET)

I am using these two keybindings for chanding the font in emacs.  But I am 
getting text-scale-mode with a integer number decreasing (-1,-2,-3,...) when 
using "C-,".  Whilst for  "C-.", the integral number increasing.

Still the text height in the emacs buffer is not changing.

(global-set-key (kbd "C-,") 'text-scale-decrease)
(global-set-key (kbd "C-.") 'text-scale-increase)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]