diff options
author | Vladimir Sedach <vas@oneofus.la> | 2020-05-28 21:56:48 -0700 |
---|---|---|
committer | Taylor R Campbell <campbell+paredit@mumble.net> | 2020-05-29 05:58:26 +0000 |
commit | 92aaa712be6185a105638c551f46befaf96c446f (patch) | |
tree | a6e3b48c6a00976bfbd71d8fee56829120dca603 /check.sh | |
parent | 09658a4875239ca7794d13f431c3557ec10e8e12 (diff) |
check.sh: Do not load Emacs init or site files
Diffstat (limited to 'check.sh')
-rwxr-xr-x | check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) )' |