-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
problems when dooms themes work with org-mode and neotree #86
Comments
It's very strange, |
I've added a fix for the second issue. Let me know if it still occurs. The linum-relative issue is an odd one. I've just pushed a few updates to line number faces, could you update and see if it fixed your issue? |
Yeah.Second issue is fixed. Good work! |
The ellipsis is not rendering for me. Sometimes it does, however, and it appears like the unfilled rectangle at the top right of your screenshot. Do you know what this is or how I can have a normal ellipsis? |
I also have the ellipsis problem, I am using emacs-mac. |
@ryankask In case you are looking for a temporary solution (it drives me nuts looking like that), set the |
Thanks, @xiaoxinghu. I made this change last week because aside from the strange appearance, it felt really slow while editing. emacs actually crashed once when opening an org file. I'm using macOS but I'm not sure what's going on. |
I am also encountering the ellipsis problem, running Emacs 25.2 on Manjaro Linux |
doom-themes only changed the default and shouldn't stop you from changing it with In any case, I've removed this from doom-themes. Let me know if that resolves your issues. |
@ichirika Sorry for the long wait. You can fix problem #1 by either disabling the differently sized org headers, like so: (set-face-attribute 'org-level-1 nil :height 1.0) Or by explicitly setting an absolute (let ((height (face-attribute 'default :height)))
(set-face-attribute 'linum nil :height height)
(set-face-attribute 'linum-relative-current-face nil :height height)) Unfortunately, this is a natural limitation of overlays, which linum (and nlinum) use to display line numbers. I can't put a Problem #2 should have been resolved since fb92c7c, so I'll close this issue. Feel free to reopen if my suggestions above didn't help. |
here is the pic
anyway,i love the doom-themes, thanks for your effort.
The text was updated successfully, but these errors were encountered: