mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user