Switch org-agenda-list for org-agenda on dashboard

This commit is contained in:
Henrik Lissner 2018-08-17 04:10:11 +02:00
parent 1dca969a14
commit 6ab9cf6460
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -49,10 +49,10 @@ Possible values:
persp-save-dir)))
:face (:inherit (font-lock-keyword-face bold))
:action +workspace/load-last-session)
("See agenda for this week"
("Open org-agenda"
:icon (all-the-icons-octicon "calendar" :face 'font-lock-keyword-face)
:when (fboundp 'org-agenda-list)
:action org-agenda-list)
:when (fboundp 'org-agenda)
:action org-agenda)
("Recently opened files"
:icon (all-the-icons-octicon "file-text" :face 'font-lock-keyword-face)
:action recentf-open-files)