Merge pull request #3648 from Bounga/fix/calfw-cal-dependency

Add calfw-cal dependency to allow local diary source
This commit is contained in:
Henrik Lissner 2020-07-29 16:10:31 -04:00 committed by GitHub
commit 96ab60d40a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -36,6 +36,9 @@
cfw:open-org-calendar-withkevin cfw:open-org-calendar-withkevin
my-open-calendar)) my-open-calendar))
(use-package! calfw-cal
:commands (cfw:cal-create-source))
(use-package! calfw-ical (use-package! calfw-ical
:commands (cfw:ical-create-source)) :commands (cfw:ical-create-source))

View file

@ -3,5 +3,6 @@
(package! calfw :pin "03abce97620a4a7f7ec5f911e669da9031ab9088") (package! calfw :pin "03abce97620a4a7f7ec5f911e669da9031ab9088")
(package! calfw-org :pin "03abce97620a4a7f7ec5f911e669da9031ab9088") (package! calfw-org :pin "03abce97620a4a7f7ec5f911e669da9031ab9088")
(package! calfw-cal :pin "03abce97620a4a7f7ec5f911e669da9031ab9088")
(package! calfw-ical :pin "03abce97620a4a7f7ec5f911e669da9031ab9088") (package! calfw-ical :pin "03abce97620a4a7f7ec5f911e669da9031ab9088")
(package! org-gcal :pin "744505832b34e07b44a5d97d8720b2d7492d7fc9") (package! org-gcal :pin "744505832b34e07b44a5d97d8720b2d7492d7fc9")