Add sorting to dashboard agenda view, increase amount shown
This commit is contained in:
parent
f57a78e9dd
commit
8d3917ae70
|
@ -398,15 +398,15 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
|
|||
(dashboard-startup-banner 'ascii)
|
||||
(dashboard-agenda-item-icon "-")
|
||||
(dashboard-agenda-release-buffers t)
|
||||
(dashboard-agenda-sort-strategy nil)
|
||||
(dashboard-agenda-sort-strategy '(time-up))
|
||||
(dashboard-agenda-time-string-format "%Y-%m-%d %H:%M")
|
||||
(dashboard-projects-backend 'project-el)
|
||||
(dashboard-projects-switch-function 'project-switch-project)
|
||||
(dashboard-projects-show-base t)
|
||||
(dashboard-recentf-show-base 'align)
|
||||
(dashboard-items '((agenda . 5)
|
||||
(recents . 5)
|
||||
(projects . 5)))
|
||||
(dashboard-items '((agenda . 10)
|
||||
(recents . 10)
|
||||
(projects . 10)))
|
||||
(dashboard-heading-icons '((agenda . "nf-oct-calendar")
|
||||
(recents . "nf-oct-history")
|
||||
(projects . "nf-oct-rocket")))
|
||||
|
|
Loading…
Reference in a new issue