Search code examples
emacsclojure

clojuredocs integration with emacs


My Current Workflow

I need to use 'doseq'

I don't remember it's args.

I go to clojuredocs , lookup 'doseq', and look at the examples.

My Ideal Setup

Inside emacs, I type some magic key combo, I type in doseq, and it EXTRACTS EXAMPLES FROM A LOCAL MIRROR OF CLOJUREDOCS and presents it inside my emacs browser.

What I found via Google:

https://www.reddit.com/r/emacs/comments/450x84/a_clojuredocsorg_for_emacs/

Basically other people also want this.

My Question:

Is there anyway to do this in emacs?

Thanks!


Solution

  • I use cider-grimoire. In Spacemacs, I just type the leader key, followed by . Behind the scene, cider will perform a search on conj.io and return the result in another Emacs buffer.