summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell+paredit@mumble.net>2020-05-29 06:10:41 +0000
committerTaylor R Campbell <campbell+paredit@mumble.net>2020-05-29 06:10:41 +0000
commit8330a41e8188fe18d3fa805bb9aa529f015318e8 (patch)
tree66cd9efd097c8e9b00014b06dd812b0d66b84c6d
parentb1362dba406a4425f4bffc248d5d2905dcf81563 (diff)
Use `-q --no-site-file' for genhtml.sh too.
-rw-r--r--genhtml.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/genhtml.sh b/genhtml.sh
index b7966e0..b5eab55 100644
--- a/genhtml.sh
+++ b/genhtml.sh
@@ -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"))