[oni-package] Add the nongnu package archive
Emacs 28 already includes it, but 27 doesn't.
This commit is contained in:
parent
8d09d01564
commit
7df9d8591d
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
@ -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/"))
|
||||
|
|
Loading…
Reference in a new issue