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:
parent
8f9056906d
commit
9561331d05
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
;; :custom-map cfw:my-cal-map
|
;; :custom-map cfw:my-cal-map
|
||||||
:contents-sources
|
:contents-sources
|
||||||
(list
|
(list
|
||||||
(cfw:org-create-source (doom-color 'fg)) ; orgmode source
|
(cfw:org-create-source (face-foreground 'default)) ; orgmode source
|
||||||
)))
|
)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue