On Feb 11, 2013, at 6:28 PM, John Fries wrote: > How are people currently handling this situation? Is it part of most > people's clojure/emacs workflow to > 1) Just insert the newlines by hand? (perhaps I'm the only one finding > this repetitive)
I find inserting newlines by hand less repetitive than inserting spaces between symbols and words by hand :-) Honestly I don't consciously notice either of those things unless I'm redoing the line breaks in some code, which typically only happens if I'm changing its indent level by a significant amount (e.g. 10 more or 10 less spaces of indent before each line, because it is being nested more/less deeply in other code than it was before). Andy -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
