mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-04-13 08:31:40 -07:00
refactor(calendar): make calfw-* package contingent on calfw
Since all these packages are in the same repo, having redundant pins makes it harder for users to repin or disable `calfw` (they'd have to repin/disable *all* these packages). Now users only need to target `calfw`.
This commit is contained in:
parent
b613a6a739
commit
e81228b42d
1 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; app/calendar/packages.el
|
||||
|
||||
(package! calfw :pin "36846cdca91794cf38fa171d5a3ac291d3ebc060")
|
||||
(package! calfw-org :pin "36846cdca91794cf38fa171d5a3ac291d3ebc060")
|
||||
(package! calfw-cal :pin "36846cdca91794cf38fa171d5a3ac291d3ebc060")
|
||||
(package! calfw-ical :pin "36846cdca91794cf38fa171d5a3ac291d3ebc060")
|
||||
(when (package! calfw :pin "36846cdca91794cf38fa171d5a3ac291d3ebc060")
|
||||
(package! calfw-org) ; part of calfw
|
||||
(package! calfw-cal) ; part of calfw
|
||||
(package! calfw-ical)) ; part of calfw
|
||||
(package! org-gcal :pin "0f46c08f60355729526e970e370defe624e84956")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue