commit 3536728ab5c50d2dc0262da73f458864acb85396
parent 3950195ce5ce7994af8f925247898a87cd5535ec
Author: Cem Keylan <cem@ckyln.com>
Date: Sat, 28 Mar 2020 15:22:40 +0300
specify dashboard items
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/init.org b/init.org
@@ -458,6 +458,10 @@ simple, straightforward interface.
(setq show-week-agenda-p t)
(setq dashboard-set-footer nil)
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
+ (setq dashboard-items '((recents . 5)
+ (bookmarks . 5)
+ (projects . 5)
+ (agenda . 10)))
:config (dashboard-setup-startup-hook))
#+END_SRC
** Extras