Fork me on GitHub
#cider
<
2016-11-07
>
practicalli-johnny14:11:05

@kingoftheknoll @echristopherson To call the doc function you can use (clojure.repl/doc map) without a require or use function to include the clojure.repl namespace. However, if you do not include the clojure.repl namespace then doc or source will return nil on those functions that are part of clojure.repl. All other functions should work if you use the fully qualified namespace name for doc or source

practicalli-johnny14:11:04

You can use C-c C-p to show the resulting output of doc or source in a new buffer, or just open the cider-repl buffer