Skip to content

Commit

Permalink
Disable verification of package signatures in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
phikal committed May 1, 2024
1 parent 3927ad2 commit f88fa01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ELFILES := eglot.el eglot-tests.el
ELCFILES := $(ELFILES:.el=.elc)

ELPADEPS ?=--eval '(setq package-user-dir (expand-file-name "elpa-eglot-test" temporary-file-directory))' \
--eval '(setq package-check-signature nil)' \
--eval '(package-initialize)' \
--eval '(package-refresh-contents)' \
--eval '(defun install-latest (p) \
Expand Down

0 comments on commit f88fa01

Please sign in to comment.