Skip to content

Commit 370da4e

Browse files
committed
Add a comment
1 parent e2e0424 commit 370da4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cider-clojuredocs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ opposite of what that option dictates."
145145
"Look up the ClojureDocs documentation for SYM."
146146
(let ((docs (cider-sync-request:clojuredocs-lookup (cider-current-ns) sym)))
147147
(pop-to-buffer (cider-create-clojuredocs-buffer (cider-clojuredocs--content docs)))
148+
;; highlight the symbol in question in the docs buffer
148149
(highlight-regexp (cadr (split-string sym "/")) 'bold)))
149150

150151
;;;###autoload

0 commit comments

Comments
 (0)