diff options
| author | Stefan Kangas <stefan@marxist.se> | 2021-04-21 04:26:52 +0200 |
|---|---|---|
| committer | Stefan Kangas <stefan@marxist.se> | 2021-04-21 04:27:04 +0200 |
| commit | 3745515fef9edecd5ddafcb837bf728e2a7c8623 (patch) | |
| tree | 7657cc38fff01d68d9be5cf88589ff35b7ee6160 /README | |
| parent | a0765de1ddfb59fb066de253480437e5724988a0 (diff) | |
Prefer HTTPS to HTTP in many links
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -294,7 +294,7 @@ To access the archive via HTTP, have a symlink (say) =/var/www/packages= pointing to the =archive/= subdirectory, and set up Emacs with #+begin_src elisp - (setq package-archives '(("new-elpa" . "http://foo.com/packages"))) + (setq package-archives '(("new-elpa" . "https://foo.com/packages"))) #+end_src You can also access the archive via normal file access. Such "local |
