Closed
Description
column-enforce-mode
(https://github.com/jordonbiondo/column-enforce-mode) is a minor mode that highlights long lines (starting with the 80th column).
As of today, column-enforce-mode
has a new feature variable called column-enforce-comments
that disables highlighting long lines if they are comment lines. From what I can tell, haskell-mode has a caching mechanism for applying font-lock-comment-face
(in haskell-fl-latex-comments
) and column-enforce-comments
does not work reliably with it (sometimes it highlights long comment lines, sometimes it doesn't --- all within the same file).
Is there a way to fix this?
Metadata
Metadata
Assignees
Labels
No labels