summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.sh b/check.sh
index 8deaf1e..64ac7e3 100755
--- a/check.sh
+++ b/check.sh
@@ -4,7 +4,7 @@ set -eu
: ${EMACS:=emacs}
-exec ${EMACS} --batch --eval '(progn
+exec ${EMACS} -q --no-site-file --batch --eval '(progn
(byte-compile-file "paredit.el" t)
(byte-compile-file "test.el" t)
)'