Use builtin or git `org'

This commit is contained in:
Gerard Vermeulen 2024-04-04 15:06:25 +02:00
parent 668ca13a02
commit 36b1fec3e9
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ version.
;; Install and require `no-littering'. ;; Install and require `no-littering'.
(package-install 'no-littering) (package-install 'no-littering)
(require 'no-littering) (require 'no-littering)
(package-upgrade 'org) ;; (package-upgrade 'org) ; Use builtin or git!
;; Install the selected packages. ;; Install the selected packages.
(package-install-selected-packages))) (package-install-selected-packages)))