Skip to content

Commit

Permalink
Use add-to-list in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
10sr authored Feb 21, 2025
1 parent 927f604 commit 598cf7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 598cf7e

Please sign in to comment.