Fork me on GitHub
#spacemacs
<
2016-05-05
>
cpmcdaniel14:05:53

hmm, so I can’t find away to get sp-navigate-reindent-after-up to actually work. Any smartparens gurus know how to make this happen?

cpmcdaniel14:05:39

it’s supposed to remove whitespace (including newlines) to the end of the expression when calling sp-up-sexp

cpmcdaniel14:05:24

so (foo |3) ) => (foo 3)) ;; when typing ‘)'

cpmcdaniel14:05:37

one of my favorite features of paredit