From 42f342636f8c067e9dfd5cd249c85661b63d6695 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 29 May 2026 11:15:44 -0700 Subject: GNUmakefile: Use emacs -q to byte-compile .el files --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index c3290ec..288ba97 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -132,7 +132,7 @@ nyxt: nyxt/.config/nyxt/init.lisp %.elc: %.el @echo -e "\e[36mELC\e[0m" $< - $(EMACS) -batch -f package-initialize -f batch-byte-compile $< + $(EMACS) -q -batch -f package-initialize -f batch-byte-compile $< %: %.org $(call tangle) -- cgit v1.3-2-g0d8e