Skip to content

Commit 2e5a9e7

Browse files
committed
[org] Remove :min-version for org package
The package will now get updated by `configuration-layer/update-packages`. We do not need to manually bump the version anymore.
1 parent b6d5104 commit 2e5a9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/+emacs/org/packages.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
htmlize
3434
;; ob, org, org-agenda and org-contacts are installed by `org-contrib'
3535
(ob :location built-in)
36-
(org :location elpa :min-version "9.7.8")
36+
(org :location elpa)
3737
(org-agenda :location built-in)
3838
(org-alert :toggle org-enable-notifications)
3939
(org-contacts :toggle org-enable-org-contacts-support)

0 commit comments

Comments
 (0)