neil-lindquist / lisp-paredit

Paredit for Atom
MIT License
24 stars 5 forks source link

Indentation when backspace #28

Closed kwladyka closed 2 years ago

kwladyka commented 7 years ago

The code should be immediately moved up with first hit.

2016-12-16 12 59 10

It should also add space between.

So it should looks like that after first hit backspace:

(defn order->labels [shop id]
  (-> (order shop id)
      (labels/orders->labels) (first)))
kwladyka commented 2 years ago

not active