I know there are solutions to making emacs show the 80 line column, but I don’t want that sort of visual disturbance. I’d just like to make it highlight a line if it’s over 80 characters.
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.
Another easy option is to run
highlight-lines-matching-regexpon the expression.\{81\}.Every line with 81 characters or more will be highlighted with the color of your choice.