Switch org-agenda-list for org-agenda on dashboard
This commit is contained in:
parent
1dca969a14
commit
6ab9cf6460
1 changed files with 3 additions and 3 deletions
|
@ -49,10 +49,10 @@ Possible values:
|
||||||
persp-save-dir)))
|
persp-save-dir)))
|
||||||
:face (:inherit (font-lock-keyword-face bold))
|
:face (:inherit (font-lock-keyword-face bold))
|
||||||
:action +workspace/load-last-session)
|
:action +workspace/load-last-session)
|
||||||
("See agenda for this week"
|
("Open org-agenda"
|
||||||
:icon (all-the-icons-octicon "calendar" :face 'font-lock-keyword-face)
|
:icon (all-the-icons-octicon "calendar" :face 'font-lock-keyword-face)
|
||||||
:when (fboundp 'org-agenda-list)
|
:when (fboundp 'org-agenda)
|
||||||
:action org-agenda-list)
|
:action org-agenda)
|
||||||
("Recently opened files"
|
("Recently opened files"
|
||||||
:icon (all-the-icons-octicon "file-text" :face 'font-lock-keyword-face)
|
:icon (all-the-icons-octicon "file-text" :face 'font-lock-keyword-face)
|
||||||
:action recentf-open-files)
|
:action recentf-open-files)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue