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 5f148ab commit dd7c9bcCopy full SHA for dd7c9bc
Makefile
@@ -18,9 +18,14 @@ LINT="(progn \
18
(setq package-lint-main-file \"lsp-dart.el\") \
19
(package-lint-batch-and-exit))"
20
21
+ARCHIVES-INIT="(progn \
22
+ (require 'package) \
23
+ (setq package-archives '((\"melpa\" . \"https://melpa.org/packages/\") \
24
+ (\"gnu\" . \"https://elpa.gnu.org/packages/\")))"
25
+
26
build:
27
@$(CASK) $(EMACS) -Q --batch \
- --eval $(INIT)
28
+ --eval $(ARCHIVES-INIT)
29
cask install
30
31
0 commit comments