Remove Org mode elpa from package-archives

This commit is contained in:
Gergely Polonkai 2025-03-31 12:31:38 +02:00
parent 645dc39eb3
commit e38146c77b
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4

View File

@ -40,8 +40,6 @@ Im a ~package.el~ user. Dont package-shame me!
'("melpa-stable" . "https://stable.melpa.org/packages/") t)
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/") t)
(add-to-list 'package-archives
'("org" . "https://orgmode.org/elpa/") t)
(package-initialize)
#+end_src