From 9561331d059cb8abe912a5224b3198878ef1ffcd Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 20 May 2019 16:41:58 -0400 Subject: [PATCH] Fix +calendar/open-calendar It was using a doom-themes function, which isn't guaranteed to exist, e.g. if the user isn't using a doom-themes theme. --- modules/app/calendar/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/app/calendar/autoload.el b/modules/app/calendar/autoload.el index 65cf2a3a6..471147e2d 100644 --- a/modules/app/calendar/autoload.el +++ b/modules/app/calendar/autoload.el @@ -42,7 +42,7 @@ ;; :custom-map cfw:my-cal-map :contents-sources (list - (cfw:org-create-source (doom-color 'fg)) ; orgmode source + (cfw:org-create-source (face-foreground 'default)) ; orgmode source ))) ;;;###autoload