Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabb6bd commit d792141Copy full SHA for d792141
dashboard-widgets.el
@@ -545,7 +545,7 @@ If MESSAGEBUF is not nil then MSG is also written in message buffer."
545
(when title (propertize title 'face face)))
546
:help-echo help
547
:action action
548
- :button-face `(:underline nil)
+ :button-face 'widget-button
549
:mouse-face 'highlight
550
:button-prefix prefix
551
:button-suffix suffix
@@ -607,7 +607,7 @@ WIDGET-PARAMS are passed to the \"widget-create\" function."
607
(widget-create 'item
608
:tag tag
609
:action ,action
610
611
612
:button-prefix ""
613
:button-suffix ""
0 commit comments