Manually add NonGNU elpa archive

This has been added by default in Emacs 28.1, so it's resonable to also include
it in my list.
This commit is contained in:
Daniel - 2022-05-15 17:13:51 +02:00
parent b8313453d4
commit 826725cd99
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@
'(("melpa" . "https://melpa.org/packages/")
("gnu" . "https://elpa.gnu.org/packages/")
("melpa-stable" . "https://stable.melpa.org/packages/")
("org" . "https://orgmode.org/elpa/")))
("org" . "https://orgmode.org/elpa/")
("nongnu" . "https://elpa.nongnu.org/nongnu/")))
(when (< emacs-major-version 27)
;; Before Emacs 27.1, we had to do package initialization ourselves. In Emacs