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 ab7496a commit 723c335Copy full SHA for 723c335
cider.el
@@ -528,10 +528,6 @@ 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