From d5fe8128aac6d6d67d364063ad8d212e1207256a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 29 Sep 2017 02:42:46 +0200 Subject: [PATCH] Add org-agenda-list button to dashboard --- modules/ui/doom-dashboard/config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index bfcd4278b..862c046cd 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -200,6 +200,9 @@ whose dimensions may not be fully initialized by the time this is run." (file-exists-p (expand-file-name persp-auto-save-fname persp-save-dir))) '("Reload last session" "history" (+workspace/load-session))) + ,(when (featurep! :org org) + '("See agenda for this week" "calendar" + (call-interactively 'org-agenda-list))) ("Recently opened files" "file-text" (call-interactively (command-remapping 'recentf-open-files))) ("Open project" "briefcase"