From e3f5a27816e5ecfce133a17373aab7d01d9645de Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 8 Dec 2021 09:59:34 -0800 Subject: [oni-package] Remove deprecated ‘org’ package archive All distribution of the latest “org-mode” version happens through the “nongnu” package archive now. --- oni-package.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/oni-package.el b/oni-package.el index 921f7f7..02fd4bd 100644 --- a/oni-package.el +++ b/oni-package.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.1123.002545 +;; Version: 2021.1208.095927 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -57,10 +57,6 @@ (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) -;;;###autoload -(add-to-list 'package-archives - '("org" . "http://orgmode.org/elpa/")) - ;;;###autoload (add-to-list 'package-archives '("oni" . "https://ryuslash.org/elpa/")) -- cgit v1.2.3-54-g00ecf