diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 410d1c6bd..e3ccde988 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -293,7 +293,7 @@ controlled by `+doom-dashboard-pwd-policy'." (+workspace/load-session))) ,(when (featurep! :org org) '("See agenda for this week" "calendar" - (call-interactively 'org-agenda-list))) + (call-interactively #'org-agenda-list))) ("Recently opened files" "file-text" (call-interactively (or (command-remapping #'recentf-open-files) #'recentf-open-files)))