diff options
author | Taylor R Campbell <campbell+paredit@mumble.net> | 2020-05-29 06:10:41 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell+paredit@mumble.net> | 2020-05-29 06:10:41 +0000 |
commit | 8330a41e8188fe18d3fa805bb9aa529f015318e8 (patch) | |
tree | 66cd9efd097c8e9b00014b06dd812b0d66b84c6d /genhtml.sh | |
parent | b1362dba406a4425f4bffc248d5d2905dcf81563 (diff) |
Use `-q --no-site-file' for genhtml.sh too.
Diffstat (limited to 'genhtml.sh')
-rw-r--r-- | genhtml.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ set -Ceu : ${EMACS:=emacs} -exec ${EMACS} --batch --load paredit.el --eval '(progn +exec ${EMACS} -q --no-site-file --batch --load paredit.el --eval '(progn (with-temp-buffer (paredit-insert-html-examples) (write-file "paredit.html")) |