How do you use line-wrap in emacs?
So that the portion that doesn’t fit on the screen isn’t shown as opposed to shown on the next line?
How do you use line-wrap in emacs? So that the portion that doesn’t fit
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What you describe sounds more like linewrap than scrolling. If that’s what you’re actually interested in, it’s controlled with buffer-local variable
truncate-lines. You can use customization to set it globally, or use hooks. For example, I used to prevent linewrap in dired with this: