We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b4cde commit 3b81e81Copy full SHA for 3b81e81
README.md
@@ -80,7 +80,11 @@ And put this in your config to load rust-mode automatically:
80
81
### NonGNU ELPA
82
83
-https://elpa.nongnu.org/
+[NonGNU ELPA](https://elpa.nongnu.org/) can be used out of the box in
84
+emacs28.
85
+
86
+For older versions you need to add something like the following to
87
+your init file:
88
89
``` elisp
90
(with-eval-after-load 'package (add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/")))
0 commit comments