summaryrefslogtreecommitdiff
path: root/nrepl-client.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-09-10 11:21:43 +0100
committerBozhidar Batsov <bozhidar@batsov.com>2015-09-10 14:18:32 +0300
commit1197ff4ad43ff81f36ba24e086bcda3521ba6966 (patch)
tree75914fc675d3e9f82890493aa6c1480580d85218 /nrepl-client.el
parentac255b9609e89e3abc5d223594ef92834fb7889a (diff)
[Fix #1311] Use 'link face instead of 'custom
Diffstat (limited to 'nrepl-client.el')
-rw-r--r--nrepl-client.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/nrepl-client.el b/nrepl-client.el
index 053b1939..5882da81 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -1204,9 +1204,8 @@ Set this to nil to prevent truncation."
(make-button (1+ l) (point)
'display "..."
'action #'nrepl--expand-button
- 'face 'custom-button
+ 'face 'link
'help-echo "RET: Expand dict."
- 'mouse-face 'custom-button-mouse
'follow-link t))))
(insert (color ")\n"))))))))