In Emacs, how to set a different background color after 80 columns?
So that if the window is wider than 80 columns, all the columns after 80 would have a different background color.
In Emacs, how to set a different background color after 80 columns?
So that if the window is wider than 80 columns, all the columns after 80 would have a different background color.
I think you can do this using whitespace-mode
and then suitably customizing whitespace-style
to just do 80-column highlighting, and then customizing the face that is used to set the background color.