mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #443 from yuhe00/fix-org-agenda-on-dashboard
Fix org-agenda-list showing on dashboard
This commit is contained in:
@ -291,7 +291,7 @@ controlled by `+doom-dashboard-pwd-policy'."
|
||||
(file-exists-p (expand-file-name persp-auto-save-fname persp-save-dir)))
|
||||
'("Reload last session" "history"
|
||||
(+workspace/load-session)))
|
||||
,(when (featurep! :org org)
|
||||
,(when (featurep! :lang org)
|
||||
'("See agenda for this week" "calendar"
|
||||
(call-interactively #'org-agenda-list)))
|
||||
("Recently opened files" "file-text"
|
||||
|
Reference in New Issue
Block a user