when i pretty print the first part of the output now comes to the right of the expression. This is great for single line output. e.g (inc 1) ;;=> 2, but not great for multiline output e.g
(foo) ;;=> 1
;; => 2
etc...
how do i adjust this to its always just underneath?correct cider-pprint-eval-defun-to-comment
could be some interaction, i just installed the clojure lsp server, though why that would cause an issue idk.
or well last-sexp
it's a minor thing.
I am guessing it's an interaction with another emacs package (unless you customized cider somehow)
which is annoying...
I usually solve these things by selectively eliminating packages, or starting from just cider basics and then adding my emacs packages back, until I binary-search in on the cause