I want to rescale the font in my emacs permanently.
Here the mystery comes: following
https://www.emacswiki.org/emacs/SetFont ... ngFontSize
I added this line
- Code: Select all
(set-face-attribute 'default nil :height 180)
to my emacs file and the problem is solved in XFCE. However, if I use LXDE, this has no effect at all (I run debian testing).
Any idea why? And what should I do to have the same under LXDE (my favorite desktop)?
Thanks!