diff options
| author | brotzeit <brotzeitmacher@gmail.com> | 2021-10-29 12:58:06 +0200 |
|---|---|---|
| committer | brotzeit <brotzeitmacher@gmail.com> | 2021-10-29 12:58:06 +0200 |
| commit | 29211595d7f896fd1f86608757020249fc66924b (patch) | |
| tree | 44a72895a8c222b7da770591db669da070adfe0d /README.md | |
| parent | 6e1004490f385d9410e53160204c0760b76b2230 (diff) | |
| download | rust-mode-29211595d7f896fd1f86608757020249fc66924b.tar.gz | |
mention NonGNU ELPA
close #411
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -78,6 +78,14 @@ And put this in your config to load rust-mode automatically: `(require 'rust-mode)` +### NonGNU ELPA + +https://elpa.nongnu.org/ + +``` elisp +(with-eval-after-load 'package (add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/"))) +``` + ### Manual installation Clone this repository locally, and add this to your init.el: |
