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 c935982 commit 0283c80Copy full SHA for 0283c80
Makefile
@@ -27,7 +27,8 @@ ARCHIVES-INIT="(progn \
27
# version 26.x. By setting variable `package-archives` manually resolved
28
# this issue.
29
build:
30
- @$(CASK) $(EMACS) -Q --batch --eval $(ARCHIVES-INIT)
+ @$(CASK) $(EMACS) -Q --batch \
31
+ --eval $(ARCHIVES-INIT)
32
cask install
33
34
0 commit comments