Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d792141

Browse files
committed
Respect to widget-button face.
1 parent dabb6bd commit d792141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard-widgets.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ If MESSAGEBUF is not nil then MSG is also written in message buffer."
545545
(when title (propertize title 'face face)))
546546
:help-echo help
547547
:action action
548-
:button-face `(:underline nil)
548+
:button-face 'widget-button
549549
:mouse-face 'highlight
550550
:button-prefix prefix
551551
:button-suffix suffix
@@ -607,7 +607,7 @@ WIDGET-PARAMS are passed to the \"widget-create\" function."
607607
(widget-create 'item
608608
:tag tag
609609
:action ,action
610-
:button-face `(:underline nil)
610+
:button-face 'widget-button
611611
:mouse-face 'highlight
612612
:button-prefix ""
613613
:button-suffix ""

0 commit comments

Comments
 (0)