It seems that (setq solarized-use-variable-pitch nil) prevents both font change and the size of the font from being changed. However, I want to use the same font but allow the size to of the font to change. How can I accomplish this? If this is not possible, consider it as a feature request.
With the setting non-nil, it seems to use a different font (I want the same font) and a different size (which I want). With the setting nil, it uses the same font (which I want) and prevent size changes (which I don't want).
It seems that
(setq solarized-use-variable-pitch nil)prevents both font change and the size of the font from being changed. However, I want to use the same font but allow the size to of the font to change. How can I accomplish this? If this is not possible, consider it as a feature request.With the setting non-nil, it seems to use a different font (I want the same font) and a different size (which I want). With the setting nil, it uses the same font (which I want) and prevent size changes (which I don't want).