Fork me on GitHub
#emacs
<
2017-03-25
>
qqq20:03:26

I have

(defn foo []
  |(fn [] a b c d e f))
where | = my cursor is there a function to change it to
(defn foo []
  fn [] a b c d e f)
basically, it's not slurp or barf, it's "strip a layer of ()"

qqq20:03:37

paredit-splice-sexp that's it