Fork me on GitHub
#editors
<
2016-06-15
>
martinklepsch11:06:25

@flyboarder: @jasongilman — following up on the discussion in #C053K90BR: When you want to auto-indent a section of a file, how do you do it?

jasongilman12:06:26

@martinklepsch I use a command I wrote here 'jason:indent-top-expression' https://git.io/atom_clojure_setup. I have it tied to a keybinding.

jasongilman12:06:57

It uses some features of the lisp-paredit plugin

martinklepsch12:06:23

ok, so you're just not using atom's default auto-indent stuff, y?

flyboarder14:06:31

@martinklepsch: the problem I found with auto-indent in Atom is that it will always indent everything, so If I want to fix a few lines in a selection, the entire selection auto aligned to the right, so after fixing I have to outdent the section to shift it back to the left

flyboarder14:06:38

proto-repl is pretty slick and is running boot 🙂