From ea39455338967ac059fa0ed9e4b72b43e8f34b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= Date: Sun, 1 Oct 2023 13:23:48 +0300 Subject: [PATCH] make: Don't use Q, allow the use of site-lisp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The rationale is that some Emacs packages might be found in site-lisp, especially as for other packages such as those that would require native modules. Signed-off-by: Björn Bidar --- borg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borg.mk b/borg.mk index c9e3829..8e89509 100644 --- a/borg.mk +++ b/borg.mk @@ -22,7 +22,7 @@ else endif EMACS ?= emacs -EMACS_ARGUMENTS ?= -Q --batch +EMACS_ARGUMENTS ?= -q --no-splash --no-x-resources --batch EMACS_EXTRA ?=