From 598cf7ede626315c26a1875bc538eb824d33d3d6 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 21 Feb 2025 13:35:34 +0900 Subject: [PATCH] Use add-to-list in example code --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f19c3e..adfc7da 100644 --- a/README.md +++ b/README.md @@ -125,9 +125,7 @@ For example, to use the repository of `github-elpa` itself, add following to your `init.el`: ```elisp -(setq package-archives - `(,@package-archives - ("github-elpa" . "https://10sr.github.io/github-elpa/elpa/"))) +(add-to-list 'package-archives '("github-elpa" . "https://10sr.github.io/github-elpa/elpa/")) ``` ### Update Repository