Skip to content

Commit 42fc624

Browse files
author
Jason Duncan
committed
Fixed installation instructions.
1 parent d1a2389 commit 42fc624

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.org

+7-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ If magit is installed, a link to the project in magit will be provided as well.
1616
:config
1717
(add-to-list 'dashboard-item-generators
1818
`(project-status . ,(dashboard-project-status *your directory*)))
19-
(add-to-list 'dashboard-items '(project-status) t))
19+
(add-to-list 'dashboard-items '(project-status) t)
20+
(setq dashboard-items '((project-status . 10)
21+
(recents . 10)
22+
(agenda . 10))))
2023
(dashboard-setup-startup-hook))
2124
#+end_src
2225

@@ -27,6 +30,9 @@ If magit is installed, a link to the project in magit will be provided as well.
2730
(add-to-list 'dashboard-item-generators
2831
`(project-status . ,(dashboard-project-status *your directory*)))
2932
(add-to-list 'dashboard-items '(project-status) t)
33+
(setq dashboard-items '((project-status . 10)
34+
(recents . 10)
35+
(agenda . 10)))
3036
#+end_src
3137

3238
*** Auto-Refresh Project

0 commit comments

Comments
 (0)