diff options
| author | brotzeit <brotzeitmacher@gmail.com> | 2021-10-30 12:30:46 +0200 |
|---|---|---|
| committer | brotzeit <brotzeitmacher@gmail.com> | 2021-10-30 12:30:46 +0200 |
| commit | 3b81e81097463e7161de047ad340e4fe572dcc2a (patch) | |
| tree | 51cda5ce033d9512455230587aa901e5153c2be0 /README.md | |
| parent | d2b4cde98b660efd746d8853cf8ac04e4570e047 (diff) | |
| download | rust-mode-3b81e81097463e7161de047ad340e4fe572dcc2a.tar.gz | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -80,7 +80,11 @@ And put this in your config to load rust-mode automatically: ### NonGNU ELPA -https://elpa.nongnu.org/ +[NonGNU ELPA](https://elpa.nongnu.org/) can be used out of the box in +emacs28. + +For older versions you need to add something like the following to +your init file: ``` elisp (with-eval-after-load 'package (add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/"))) |
