From 29211595d7f896fd1f86608757020249fc66924b Mon Sep 17 00:00:00 2001 From: brotzeit Date: Fri, 29 Oct 2021 12:58:06 +0200 Subject: mention NonGNU ELPA close #411 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 16ebf41..324de96 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3