Hey, It kind of bugs me that the function haskell-indent-insert-equal inserts an equal sign, even though there already is one before point. I have changed the function and recommend you do as well.
(unless (looking-back "=\\s-*") (insert "= "))
_______________________________________________ Haskellmode-emacs mailing list [email protected] http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs
