You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cider/nrepl.clj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -514,7 +514,7 @@
514
514
:handles {"clojuredocs-refresh-cache"
515
515
{:doc"Reload exported documents file from ClojureDocs, and store it as a cache."
516
516
:requires {}
517
-
:optional {"export-edn-url""EDN file URL exported from ClojureDocs. Defaults to \"https://clojuredocs-edn.netlify.com/export.compact.edn\"."}
517
+
:optional {"export-edn-url""EDN file URL exported from ClojureDocs. Defaults to \"https://github.com/clojure-emacs/clojuredocs-export-edn/raw/master/exports/export.compact.edn\"."}
518
518
:returns {"status""\"ok\" if reloading was successful"}}
519
519
"clojuredocs-lookup"
520
520
{:doc"Return a map of information in ClojureDocs."
0 commit comments