Font in org-mode differs from my setting
binshengliu opened this issue · 6 comments
Hey @lbsx,
Can you try put this in your init.el
:
(setq monokai-height-plus-1 1.0
monokai-height-plus-2 1.0
monokai-height-plus-3 1.0
monokai-height-plus-4 1.0
monokai-height-minus-1 1.0)
These functions are used to scale the org-mode
headers.
Ok, I think it's because of the variable-pitch see: bbatsov/solarized-emacs#87
Please try this:
(setq monokai-use-variable-pitch nil)
If this helps I'll update the README and I'm considering disabling this by default because I think this has confused a few people.
It works. Thanks.
Actually I'm confused by the feature and I don't know in which situation it should to be used.
And I think it looks better if the line numbers of the headings look the same with the default monokai-height-plus-* values.
Could you please close the issue after updating the README or disabling the feature?
Yeah, I'd not realised it forced the use of a fixed width font and I don't use org-mode
myself so I've not been frustrated by the weird rendering.
I'll disable it and the font resizing by default and document the use of the functions for people who still want the effect.
Thank you for pointing out the issue.
This should be fixed with fe409de.
Thanks again :)