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 22a016f commit 67dc2edCopy full SHA for 67dc2ed
Makefile
@@ -21,7 +21,7 @@ LINT="(progn \
21
ARCHIVES-INIT="(progn \
22
(require 'package) \
23
(setq package-archives '((\"melpa\" . \"https://melpa.org/packages/\") \
24
- (\"gnu\" . \"https://elpa.gnu.org/packages/\"))))"
+ (\"gnu\" . \"http://elpa.gnu.org/packages/\"))))"
25
26
# NOTE: Bad request occurs during Cask installation on macOS in Emacs
27
# version 26.x. By setting variable `package-archives` manually resolved
0 commit comments