Thorsten Wilms <t...@freenet.de> writes:

Hi,

>> 1) There is no auto indentation (so when I go to the next line, after
>> say (defn some[]), it starts with the first col. in this new line)
>
> Could be the job of Paredit (I'm not sure what does what, here).

No, paredit has nothing to do with that.  He probably goes to the next
line with RET, which is `newline' by default.  Maybe he wants to bind
`newline-and-indent' to RET, instead.

  (define-key clojure-mode-map (kbd "RET") 'newline-and-indent)

Bye,
Tassilo

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to