emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dracula-theme a59f773 123/187: Allow the use of a custom e


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme a59f773 123/187: Allow the use of a custom emacs bin in start_emacs_test.sh
Date: Thu, 21 Oct 2021 18:05:07 -0400 (EDT)

branch: elpa/dracula-theme
commit a59f7730ee64a997b060b27a89dd44c28687a2b7
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Allow the use of a custom emacs bin in start_emacs_test.sh
---
 start_emacs_test.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/start_emacs_test.sh b/start_emacs_test.sh
index 2e87fcd..013650c 100755
--- a/start_emacs_test.sh
+++ b/start_emacs_test.sh
@@ -17,4 +17,5 @@ for arg in $*; do
 done
 
 [ "$TERM_TEST" = 'yes' ] && export TERM=xterm-$COLOR
-emacs -Q --debug-init -l test-profile.el $ARGS
+[ -z "$EMACS" ] && EMACS=emacs
+$EMACS -Q --debug-init -l test-profile.el $ARGS



reply via email to

[Prev in Thread] Current Thread [Next in Thread]