summaryrefslogtreecommitdiff
path: root/cider-apropos.el
diff options
context:
space:
mode:
authorTianxiang Xiong <tianxiang.xiong@gmail.com>2017-06-17 17:22:14 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-06-18 07:28:49 +0300
commitb610bf1944ba8a8dd800ade66a4d06353bc5d7d0 (patch)
treee392bb0a8193e5c027fe5be2379a6b8aa41056db /cider-apropos.el
parent3d6b97b271b44374bbd4a52ace5e1ff9387f55cf (diff)
Use new format for forms-str and arglists-str
Depends on clojure-emacs/cider-nrepl#412. Using the new forms-str and arglists-str formats simplifies code for `cider-docview-render-info`.
Diffstat (limited to 'cider-apropos.el')
-rw-r--r--cider-apropos.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-apropos.el b/cider-apropos.el
index bd8f8d9c..86052c42 100644
--- a/cider-apropos.el
+++ b/cider-apropos.el
@@ -57,7 +57,7 @@ the symbol found by the apropos search as argument."
(define-button-type 'apropos-special-form
'apropos-label "Special form"
'apropos-short-label "s"
- 'face 'apropos-misc-button
+ 'face 'font-lock-keyword-face
'help-echo "mouse-2, RET: Display more help on this special form"
'follow-link t
'action (lambda (button)