Understood. Thanks guys.
On Tuesday, January 1, 2013 9:15:56 AM UTC, Richard Elliott wrote:
>
> 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 bee
The right key-binding for newline-and-indent is C-j. The current behaviour
is correct wrt Emacs key-binding semantics. ~BG
Sent from phone. Please excuse brevity.
On 1 Jan 2013 15:25, "Richard Elliott"
wrote:
> I've just installed emacs and clojure-mode on a new machine. Out of the
> box auto-in
This was an intentional change.
https://github.com/technomancy/clojure-mode/pull/89
On Jan 1, 4:15 am, Richard Elliott
wrote:
> 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-mo
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