Wow, not a very active group! Still, I'll try!
I'm looking for the best way to modify prelude to have a different
whitespace-line-column based on type of file. It seems to be
set to 80 for everything.
However, with some file types (e.g. org files) I prefer to type paragraphs and allow word-wrapping to occur at the end of the line. In those cases, I get highlighting that the line is too long. I was thinking just to set whitespace-line-column to 10000 or something like that for those types of files.
Any suggestions?
--David