From 7df9d8591d965e0a3be76aec72eb57814c40a4d6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 27 Jul 2021 12:45:33 -0700 Subject: [oni-package] Add the nongnu package archive Emacs 28 already includes it, but 27 doesn't. --- oni-package.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'oni-package.el') 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 ;; 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 @@ -49,6 +49,10 @@ ;;;###autoload (add-hook 'after-init-hook 'package-initialize) +;;;###autoload +(add-to-list 'package-archives + '("nongnu" . "https://elpa.nongnu.org/nongnu/")) + ;;;###autoload (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) -- cgit v1.2.3-54-g00ecf