summaryrefslogtreecommitdiff
path: root/genhtml.sh
diff options
context:
space:
mode:
Diffstat (limited to 'genhtml.sh')
-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"))