I'm not sure what caused the change, but now my emacs paredit will insert a space after a single quote when opening a new closure. I do not have this issue in elisp. I have not changed my clojure config in months and have nothing custom beyond toggling existing variables.
What I have -> what I want
' () -> '()
' [] -> '[]
' {} -> '{}