We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f5999 commit 1ba2b0dCopy full SHA for 1ba2b0d
test/bootstrap.el
@@ -28,7 +28,7 @@
28
package-user-dir (expand-file-name (make-temp-name "tmp-elpa")
29
user-emacs-directory))
30
31
-(let* ((package-archives '(("melpa" . "http://melpa.org/packages/")
+(let* ((package-archives '(("melpa" . "https://melpa.org/packages/")
32
("gnu" . "http://elpa.gnu.org/packages/")))
33
(pkgs '(s)))
34
(package-initialize)
0 commit comments