mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
Encourage installation via https instead of http
This commit is contained in:
parent
742cf27b0e
commit
8a27cd3a8b
1 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ To use Melpa:
|
||||||
@lisp
|
@lisp
|
||||||
(require 'package)
|
(require 'package)
|
||||||
(add-to-list 'package-archives
|
(add-to-list 'package-archives
|
||||||
'("melpa" . "http://melpa.org/packages/") t)
|
'("melpa" . "https://melpa.org/packages/") t)
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
@itemize
|
@itemize
|
||||||
|
|
@ -170,7 +170,7 @@ To use Melpa-Stable:
|
||||||
@lisp
|
@lisp
|
||||||
(require 'package)
|
(require 'package)
|
||||||
(add-to-list 'package-archives
|
(add-to-list 'package-archives
|
||||||
'("melpa-stable" . "http://stable.melpa.org/packages/") t)
|
'("melpa-stable" . "https://stable.melpa.org/packages/") t)
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
Once you have added your preferred archive, you need to update the
|
Once you have added your preferred archive, you need to update the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue