mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
Merge pull request from valignatev/master
Encourage installation via https instead of http GitHub-reference: https://github.com/jwiegley/use-package/issues/651
This commit is contained in:
commit
ad601fb49a
1 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ To use Melpa:
|
|||
@lisp
|
||||
(require 'package)
|
||||
(add-to-list 'package-archives
|
||||
'("melpa" . "http://melpa.org/packages/") t)
|
||||
'("melpa" . "https://melpa.org/packages/") t)
|
||||
@end lisp
|
||||
|
||||
@itemize
|
||||
|
@ -170,7 +170,7 @@ To use Melpa-Stable:
|
|||
@lisp
|
||||
(require 'package)
|
||||
(add-to-list 'package-archives
|
||||
'("melpa-stable" . "http://stable.melpa.org/packages/") t)
|
||||
'("melpa-stable" . "https://stable.melpa.org/packages/") t)
|
||||
@end lisp
|
||||
|
||||
Once you have added your preferred archive, you need to update the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue