mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Switch org-agenda-list for org-agenda on dashboard
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user