From e37e6fc25c576fce2aae536149099234fe091f9d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 4 Jul 2018 15:33:15 +0200 Subject: [PATCH] Fix invalid face: quote errors in 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 06c6659fa..6b4de96ee 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -38,7 +38,7 @@ Possible values: (file-exists-p (expand-file-name persp-auto-save-fname persp-save-dir))) :key "SPC TAB R" - :face '(:inherit (font-lock-keyword-face bold)) + :face (:inherit (font-lock-keyword-face bold)) :action (+workspace/load-session)) ("See agenda for this week" :icon (all-the-icons-octicon "calendar" :face 'font-lock-keyword-face)