From dd163dace058a16f9e81912af236f4160f53c043 Mon Sep 17 00:00:00 2001 From: Yu He Date: Wed, 28 Feb 2018 13:53:37 +0100 Subject: [PATCH] Fix org-agenda-list showing on dashboard --- modules/ui/doom-dashboard/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index e3ccde988..fc72313b6 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -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"