aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-12-08 09:59:34 -0800
committerGravatar Tom Willemse2021-12-08 09:59:34 -0800
commite3f5a27816e5ecfce133a17373aab7d01d9645de (patch)
treeb201128aaa25298f930ff71219276bf5b86bb612
parentb08344eb0ad14ae0b148daba5301aadbf111a486 (diff)
downloademacs-config-e3f5a27816e5ecfce133a17373aab7d01d9645de.tar.gz
emacs-config-e3f5a27816e5ecfce133a17373aab7d01d9645de.zip
[oni-package] Remove deprecated ‘org’ package archive
All distribution of the latest “org-mode” version happens through the “nongnu” package archive now.
-rw-r--r--oni-package.el6
1 files changed, 1 insertions, 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 <tom@ryuslash.org>
;; 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
@@ -59,10 +59,6 @@
;;;###autoload
(add-to-list 'package-archives
- '("org" . "http://orgmode.org/elpa/"))
-
-;;;###autoload
-(add-to-list 'package-archives
'("oni" . "https://ryuslash.org/elpa/"))
;;;###autoload