-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font in org-mode differs from my setting #62
Comments
Hey @lbsx, Can you try put this in your (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 |
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 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 :) |
I'm using "DejaVu Sans Mono-10" as my font, but it seems it changed after enabling monokai-theme. "Listening to music" in the image is not displayed with a monospaced font. And the line number also looks weird. Others remain what I expect.
The text was updated successfully, but these errors were encountered: