recursive-madman

Results 3 comments of recursive-madman

Indeed. That does solve my problem! Even `C-j` works as expected again :) Since I didn't enable `electric-indent-mode` myself, I assume it's my emacs' default (using GNU emacs 24.4.1 at...

Kind of. After your last comment I added this to my `.emacs`: ``` lisp (add-hook 'haml-mode-hook (lambda () (set 'electric-indent-mode '()))) ``` It had the effect that `newline` (bound to...

> Yes, it's electric-indent-mode which reverses those keys from what they used to be prior to Emacs 24.4. I realize that now. Also I realize that my fix caused electric-indent-mode...