From 6ab9cf64607099c8289b8030caf048c6d1ea2f93 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 17 Aug 2018 04:10:11 +0200 Subject: [PATCH] Switch org-agenda-list for org-agenda on dashboard --- modules/ui/doom-dashboard/config.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 89da7799f..0ca1262fc 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -49,10 +49,10 @@ Possible values: persp-save-dir))) :face (:inherit (font-lock-keyword-face bold)) :action +workspace/load-last-session) - ("See agenda for this week" + ("Open org-agenda" :icon (all-the-icons-octicon "calendar" :face 'font-lock-keyword-face) - :when (fboundp 'org-agenda-list) - :action org-agenda-list) + :when (fboundp 'org-agenda) + :action org-agenda) ("Recently opened files" :icon (all-the-icons-octicon "file-text" :face 'font-lock-keyword-face) :action recentf-open-files)