From b610bf1944ba8a8dd800ade66a4d06353bc5d7d0 Mon Sep 17 00:00:00 2001 From: Tianxiang Xiong Date: Sat, 17 Jun 2017 17:22:14 -0700 Subject: 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`. --- cider-apropos.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cider-apropos.el') 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) -- cgit v1.2.3