We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32a260 commit 7cc4a19Copy full SHA for 7cc4a19
cider.el
@@ -528,6 +528,10 @@ buffer."
528
(cider--check-middleware-compatibility)
529
(cider--debug-init-connection)
530
(cider--subscribe-repl-to-server-out)
531
+ (cider-nrepl-request:eval
532
+ "(try (require 'cider.nrepl.print-method)
533
+ (catch Throwable _ nil))"
534
+ #'ignore)
535
(when cider-auto-mode
536
(cider-enable-on-existing-clojure-buffers))
537
(run-hooks 'cider-connected-hook))
0 commit comments