Skip to content

Commit

Permalink
Require cider.nrepl.print-method upon connecting
Browse files Browse the repository at this point in the history
  • Loading branch information
Malabarba committed Dec 3, 2015
1 parent c32a260 commit 7cc4a19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cider.el
Expand Up @@ -528,6 +528,10 @@ buffer."
(cider--check-middleware-compatibility)
(cider--debug-init-connection)
(cider--subscribe-repl-to-server-out)
(cider-nrepl-request:eval

This comment has been minimized.

Copy link
@bbatsov

bbatsov Dec 3, 2015

Member

We should probably explain in a comment why we need to do this.

"(try (require 'cider.nrepl.print-method)
(catch Throwable _ nil))"
#'ignore)
(when cider-auto-mode
(cider-enable-on-existing-clojure-buffers))
(run-hooks 'cider-connected-hook))
Expand Down

0 comments on commit 7cc4a19

Please sign in to comment.