From 18d0b9425d2ec38faff75669bdae9fe960116c9d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 18 Feb 2018 20:50:30 -0500 Subject: [PATCH] ui/doom-dashboard: add sharp quote --- 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 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)))