Howdy, I recently updated to the latest version of Emacs on Homebrew (using OSX Yosemite): https://github.com/Homebrew/homebrew/blob/master/Library/Formula/emacs.rb Suddenly, whenever I go to a new line using simple-indent-mode the editor _always_ adds a 4-space indent, even in simple cases like: ``` haskell foo :: Int foo = 1 -- auto-indent inserted here by haskell-mode ``` This behavior persisted even after completely nuking my emacs installation and starting over. Has anyone else experienced this issue?