Skip to content

Commit 7cc4a19

Browse files
committed
Require cider.nrepl.print-method upon connecting
1 parent c32a260 commit 7cc4a19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cider.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,10 @@ buffer."
528528
(cider--check-middleware-compatibility)
529529
(cider--debug-init-connection)
530530
(cider--subscribe-repl-to-server-out)
531+
(cider-nrepl-request:eval
532+
"(try (require 'cider.nrepl.print-method)
533+
(catch Throwable _ nil))"
534+
#'ignore)
531535
(when cider-auto-mode
532536
(cider-enable-on-existing-clojure-buffers))
533537
(run-hooks 'cider-connected-hook))

0 commit comments

Comments
 (0)