branch: externals/eglot
commit 3ac4b6421b6a5102977326108da3659629604dab
Author: João Távora <[email protected]>
Commit: João Távora <[email protected]>

    * Makefile (JSONRPC): Call package-refresh-contents
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 20521fa..89cd593 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ ELFILES := eglot.el eglot-tests.el
 ELCFILES := $(ELFILES:.el=.elc)
 
 JSONRPC :=--eval '(package-initialize)'                                \
+          --eval '(package-refresh-contents)'                  \
           --eval '(package-install (quote jsonrpc))'
 
 all: compile

Reply via email to