cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
2021-03-31T20:50:26.114700Z

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?

2021-04-01T20:57:55.122600Z

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.

2021-04-01T20:58:16.122800Z

or well last-sexp

2021-04-01T20:58:55.123Z

it's a minor thing.

blak3mill3r 2021-04-02T00:20:30.123200Z

I am guessing it's an interaction with another emacs package (unless you customized cider somehow)

blak3mill3r 2021-04-02T00:20:35.123400Z

which is annoying...

blak3mill3r 2021-04-02T00:21:15.123600Z

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