diff options
-rwxr-xr-x | check.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,9 @@ set -eu -exec emacs --batch --eval '(progn +: ${EMACS:=emacs} + +exec ${EMACS} --batch --eval '(progn (byte-compile-file "paredit.el" t) (byte-compile-file "test.el" t) )' |