I use smartparens now, which is a newer version of paredit. Used paredit for the first few years of Clojure.
Well, here’s the question. Paredit used to put an extra space between items when you ‘slurped’ an item into a sexp. Now, there is no whitespace between them. It seems that might be a setting. Where would it be?
@jr0cket what do you like better about smartparens?
Is there a command to sort all the keys in maps? (In the source file, not with a sorted-map.) Similarly, I'd like to sort all functions arguments.
If there is no such command, wrap the hash-map with sorted-map
and use cider-eval-last-sexp-and-replace