emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
practicalli-john 2020-10-22T00:08:11.097300Z

I use smartparens now, which is a newer version of paredit. Used paredit for the first few years of Clojure.

jmckitrick 2020-10-22T01:29:53.097500Z

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?

jmckitrick 2020-10-22T01:30:21.097700Z

@jr0cket what do you like better about smartparens?

practicalli-john 2020-10-22T07:26:25.098100Z

@jmckitrick smartparens seems more flexible in configuration and works for all languages, even non programming languages like org-mode and markdown

2020-10-22T13:34:28.100100Z

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.

practicalli-john 2020-10-22T16:28:37.100200Z

If there is no such command, wrap the hash-map with sorted-map and use cider-eval-last-sexp-and-replace