|
@@ -103,7 +103,7 @@
|
|
(cider
|
|
(cider
|
|
(require 'cider)
|
|
(require 'cider)
|
|
(or (nth 1 (nrepl-send-string-sync
|
|
(or (nth 1 (nrepl-send-string-sync
|
|
- (format "(clojure.pprint/pprint %s)" expanded)
|
|
+ expanded
|
|
(cider-current-ns)
|
|
(cider-current-ns)
|
|
(nrepl-current-tooling-session)))
|
|
(nrepl-current-tooling-session)))
|
|
(error "nREPL not connected! Use M-x cider-jack-in RET")))
|
|
(error "nREPL not connected! Use M-x cider-jack-in RET")))
|