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 b509da6 commit c935982Copy full SHA for c935982
Makefile
@@ -23,9 +23,11 @@ ARCHIVES-INIT="(progn \
23
(setq package-archives '((\"melpa\" . \"https://melpa.org/packages/\") \
24
(\"gnu\" . \"https://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
28
+# this issue.
29
build:
- @$(CASK) $(EMACS) -Q --batch \
- --eval $(ARCHIVES-INIT)
30
+ @$(CASK) $(EMACS) -Q --batch --eval $(ARCHIVES-INIT)
31
cask install
32
33
0 commit comments