CuppoJava <patrickli_2...@hotmail.com> writes: > Is there anyway to turn off the feature completely? I don't mind at > all if my arguments are not aligned with the first one, and I don't > want to maintain a elisp file along with my clojure source.
Turn off what feature? You can rebind TAB to another function if you want to use manual indentation, but that is very tedious. You may be able to customize the indentation to behave differently, but that's going to be even worse than using define-clojure-indent with regard to consistency when other people contribute to your project. Any time you stray from the standard indentation rules you have to choose between getting inconsistency in the codebase or enforcing your own new style somehow. -Phil --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---