I've just installed emacs and clojure-mode on a new machine. Out of the box auto-indentation did not work for me. I noticed that in the latest release of clojure-mode.el the RET keybinding has been removed.
1.11 had (define-key map (kbd "RET") 'reindent-then-newline-and-indent) 2.0.0 does not I put back in and recompiled clojure-mode.el and autoindentation started to work OK. Not sure if I've done something stupid or found a bug. Can anyone shed any light on this. Here's the change item https://github.com/technomancy/clojure-mode/commit/c2077d48858a507d03cab4416038bd95b70e1464 Thanks -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
