File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
:file-count file-count
64
64
:bottom-margin 1 )
65
65
(make-instance ' dashboard-command
66
- :display-text " New Lisp Scratch Buffer (l)"
66
+ :display-text " New Lisp Scratch Buffer (l)"
67
67
:item-attribute ' document-header2-attribute
68
68
:bottom-margin 2 ))))
69
69
(unless hide-links
70
70
(setf dashboard-items
71
71
(append dashboard-items
72
72
(list (make-instance ' dashboard-url
73
- :display-text " Getting Started (s)"
73
+ :display-text " Getting Started (s)"
74
74
:url " https://lem-project.github.io/usage/usage/"
75
75
:item-attribute ' document-header3-attribute)
76
76
(make-instance ' dashboard-url
77
- :display-text " GitHub (g)"
77
+ :display-text " GitHub (g)"
78
78
:url " https://github.com/lem-project/lem"
79
79
:item-attribute ' document-header3-attribute
80
80
:bottom-margin 2 ))))
You can’t perform that action at this time.
0 commit comments