Merge pull request #443 from yuhe00/fix-org-agenda-on-dashboard

Fix org-agenda-list showing on dashboard
This commit is contained in:
Henrik Lissner 2018-02-28 17:57:14 -05:00 committed by GitHub
commit cdedbb114e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -291,7 +291,7 @@ controlled by `+doom-dashboard-pwd-policy'."
(file-exists-p (expand-file-name persp-auto-save-fname persp-save-dir))) (file-exists-p (expand-file-name persp-auto-save-fname persp-save-dir)))
'("Reload last session" "history" '("Reload last session" "history"
(+workspace/load-session))) (+workspace/load-session)))
,(when (featurep! :org org) ,(when (featurep! :lang org)
'("See agenda for this week" "calendar" '("See agenda for this week" "calendar"
(call-interactively #'org-agenda-list))) (call-interactively #'org-agenda-list)))
("Recently opened files" "file-text" ("Recently opened files" "file-text"