Skip to content

Commit

Permalink
Merge pull request #6 from mina86/patch-1
Browse files Browse the repository at this point in the history
Update package-archives modification code in README
  • Loading branch information
psibi authored May 15, 2024
2 parents d65e056 + e272dd1 commit 0c29fcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ to fix this.

``` emacs-lisp
(require 'package)
(setq package-archives '(("melpa" . "http://melpa.org/packages/")
("gnu" . "http://elpa.gnu.org/packages/")))
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
(package-initialize)
(package-refresh-contents)
Expand Down

0 comments on commit 0c29fcd

Please sign in to comment.