aboutsummaryrefslogtreecommitdiffstats
path: root/oni-package.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-27 12:45:33 -0700
committerGravatar Tom Willemse2021-07-27 12:45:33 -0700
commit7df9d8591d965e0a3be76aec72eb57814c40a4d6 (patch)
tree769a30e589869e0a5601f4ace06ecc48c0f39ba0 /oni-package.el
parent8d09d0156467f66258456cbc1aab15a7d07c219e (diff)
downloademacs-config-7df9d8591d965e0a3be76aec72eb57814c40a4d6.tar.gz
emacs-config-7df9d8591d965e0a3be76aec72eb57814c40a4d6.zip
[oni-package] Add the nongnu package archive
Emacs 28 already includes it, but 27 doesn't.
Diffstat (limited to 'oni-package.el')
-rw-r--r--oni-package.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/oni-package.el b/oni-package.el
index b1e87ed..8a95c66 100644
--- a/oni-package.el
+++ b/oni-package.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0619.135735
+;; Version: 2021.0727.124038
;; 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
@@ -51,6 +51,10 @@
;;;###autoload
(add-to-list 'package-archives
+ '("nongnu" . "https://elpa.nongnu.org/nongnu/"))
+
+;;;###autoload
+(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/"))
;;;###autoload