serras / emacs-haskell-tutorial

Tutorial on setting up Emacs to do Haskell programming
690 stars 100 forks source link

Random squiggly underlines on every line #24

Closed WillSewell closed 9 years ago

WillSewell commented 9 years ago

I set up emacs (with emacs prelude installed) in the same way as this tutorial (using the exact configuration file in this git repo). But on every line in Haskell files I get randomly positioned 1 character long squiggly underlines on every line.

Screenshot: Squiggly Lines

Do you know what is causing this?

serras commented 9 years ago

This is the Haskell mode telling you the next indentation positions. If you press TAB in a line, it moves to the next squiggly-underlined position.

WillSewell commented 9 years ago

Ohh.. Thank you, and sorry for bothering you. Do you know if there is a way of turning this off? I find it a little distracting.

serras commented 9 years ago

You may try to look at the Emacs settings, under the Haskell section.

icepolarizer commented 6 years ago

I'm having this problem too. This is bothering the linum too! Is there any specific tweak to fix this?