[oni-package] Remove deprecated ‘org’ package archive
All distribution of the latest “org-mode” version happens through the “nongnu” package archive now.
This commit is contained in:
parent
b08344eb0a
commit
e3f5a27816
1 changed files with 1 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2021.1123.002545
|
;; Version: 2021.1208.095927
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; 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
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
@ -57,10 +57,6 @@
|
||||||
(add-to-list 'package-archives
|
(add-to-list 'package-archives
|
||||||
'("melpa" . "https://melpa.org/packages/"))
|
'("melpa" . "https://melpa.org/packages/"))
|
||||||
|
|
||||||
;;;###autoload
|
|
||||||
(add-to-list 'package-archives
|
|
||||||
'("org" . "http://orgmode.org/elpa/"))
|
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(add-to-list 'package-archives
|
(add-to-list 'package-archives
|
||||||
'("oni" . "https://ryuslash.org/elpa/"))
|
'("oni" . "https://ryuslash.org/elpa/"))
|
||||||
|
|
Loading…
Reference in a new issue