-
-
Notifications
You must be signed in to change notification settings - Fork 648
Closed
Description
CIDER 0.9.0snapshot (package: 20141227.1232).
This is more of a feature request than an issue.
The current javadoc-info
logic (https://github.com/clojure-emacs/cider-nrepl/blob/711b47b20afc51b9a563358b4ad6c24ed1137269/src/cider/nrepl/middleware/info.clj#L172) is to first look at resource path before resorting to the Oracle official source. This allows the use a local copy of API doc, but only by either
- manipulating resource classpath (which is difficult to do in Emacs config) or
- putting a full version of API HTMLs under Leiningen's "resources" directory (which is specific to a single project).
It would be nice if we can specify a local doc path in Cider's Emacs config, to use a single shared copy of API doc, e.g., "/usr/share/doc/java/api" on a Linux machine.
I am not sure whether this can be configured now; I have not found a solution yet.
Metadata
Metadata
Assignees
Labels
No labels