-
Notifications
You must be signed in to change notification settings - Fork 88
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
Line Wrap on the notes list #60
Comments
I have the same problem in Mac OS X. |
I have the same problem as well on Windows 10. |
FWIW, on the graphical client(26.2 | OSX 10.14.6), you can fix this with the following GUI menu setting: Options -> Line Wrapping in This Buffer -> Truncate Long Lines The config setting should be:
I imagine you'd want some lisp logic to truncate some buffers, like deft, and not some, like org/md files. |
In case this might be helpful to someone else, I have been dealing with this on OSX 10.15.5 on emacs 26.3. My deft buffer looked like the screenshot above. Resizing the screen did not fix it. After some playing around I figured out that it had to do with showing line numbers. In init.el, I had I added this at the end of init.el: This resolved the problem for me. I'm very new to emacs, so if there is another way I'm happy to learn. |
The solution from @halcyonquest was the solution for me as well. |
The notes list is not aligned properly on emacs 26.1 and deft 0.8.
As of my understanding the
deft-width-offset
variable was removed, right? What else could be the cause? Thank you.Important to note: When I resize the window or refresh the buffer with "deft-refresh" it looks fine. But it happens again when you reopen the deft buffer.
Originally posted by @blackkenny in #16 (comment)
The text was updated successfully, but these errors were encountered: