Skip to content

Commit 0c29fcd

Browse files
authored
Merge pull request #6 from mina86/patch-1
Update package-archives modification code in README
2 parents d65e056 + e272dd1 commit 0c29fcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ to fix this.
114114

115115
``` emacs-lisp
116116
(require 'package)
117-
(setq package-archives '(("melpa" . "http://melpa.org/packages/")
118-
("gnu" . "http://elpa.gnu.org/packages/")))
117+
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
119118
(package-initialize)
120119
(package-refresh-contents)
121120

0 commit comments

Comments
 (0)