-
Notifications
You must be signed in to change notification settings - Fork 14
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
Huge line breaks #27
Comments
It seems that the problem may not be that newline characters are being inserted, but that the minimap buffer is using the same line height that the normal buffer is using. When clicking on the minimap, the size of the cursor is identical to the size of the cursor on the main buffer. Any way to control this behavior? |
It seems that the problem only affects Org files. It seems to be working correctly with Python files. Is this the expected behavior -not working with Org files-? |
@manueldeljesus I am encountering the same issue editing Rust source files, so it's not Org specific. Maybe something in common about our emacs versions? M-x emacs-version:
|
Well, same big version, same OS, but not much more. However, it is interesting to know that the bug affects other modes, and not only Org-mode. It may make debugging it easier. |
Is it possible to disable |
It seems that deactivating |
I spent a while last night trying to discern exactly what about the indent mode was causing issues. I'll look more later when I have time. One thing I found was that anything not under a headline has the line height you'd expect in the minimap. |
Any luck fixing this? This is the only issue I could find on this problem. |
I second this. Line breaks make minimap unusable with org mode which is such a shame. |
This seems to happen not just in Org buffers, but also in any source code buffers which have Tested on |
I have installed minimap in Doom Emacs on Fedora 36. However, when I activate the minimap, each line break is like three or four lines high, making the minimap unreadable.
Any idea on how to solve the issue?
Your help will be much appreciated.
The text was updated successfully, but these errors were encountered: