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 6e10044 commit 2921159Copy full SHA for 2921159
README.md
@@ -78,6 +78,14 @@ And put this in your config to load rust-mode automatically:
78
79
`(require 'rust-mode)`
80
81
+### NonGNU ELPA
82
+
83
+https://elpa.nongnu.org/
84
85
+``` elisp
86
+(with-eval-after-load 'package (add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/")))
87
+```
88
89
### Manual installation
90
91
Clone this repository locally, and add this to your init.el:
0 commit comments