We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e0424 commit 370da4eCopy full SHA for 370da4e
cider-clojuredocs.el
@@ -145,6 +145,7 @@ opposite of what that option dictates."
145
"Look up the ClojureDocs documentation for SYM."
146
(let ((docs (cider-sync-request:clojuredocs-lookup (cider-current-ns) sym)))
147
(pop-to-buffer (cider-create-clojuredocs-buffer (cider-clojuredocs--content docs)))
148
+ ;; highlight the symbol in question in the docs buffer
149
(highlight-regexp (cadr (split-string sym "/")) 'bold)))
150
151
;;;###autoload
0 commit comments