Fork me on GitHub
#nrepl
<
2021-11-18
>
Sam Ritchie13:11:14

Hey all! Question… is there some way to prevent cider-nrepl from installing the print-method implementations in this file? https://github.com/clojure-emacs/cider-nrepl/blob/master/src/cider/nrepl/print_method.clj#L1

vemv08:12:48

Feel free to promote your question to an issue (further context also appreciated)

Sam Ritchie13:11:26

I am trying to provide my own and cider-nrepl always wins the race

vemv08:12:30

Have you tried performing your own after a require cider.nrepl.print-method ?

Sam Ritchie12:12:12

Yup, it works then but I could not find a reliable place to put it that would guarantee that mine would get evaluated after without manually executing the form

vemv12:12:17

user.clj might work, it has the semantic that it gets loaded automatically / before many things I don't recommend abusing those semantics much but I think this is pretty risk-free