Skip to content

Commit

Permalink
make: Don't use Q, allow the use of site-lisp
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Thaodan committed Oct 1, 2023
1 parent 2b38da4 commit ea39455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion borg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else
endif

EMACS ?= emacs
EMACS_ARGUMENTS ?= -Q --batch
EMACS_ARGUMENTS ?= -q --no-splash --no-x-resources --batch

EMACS_EXTRA ?=

Expand Down

0 comments on commit ea39455

Please sign in to comment.