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.
This commit is contained in:
Henrik Lissner 2019-05-20 16:41:58 -04:00
parent 8f9056906d
commit 9561331d05
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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