diff options
Diffstat (limited to 'genhtml.sh')
-rw-r--r-- | genhtml.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,9 @@ set -Ceu -exec emacs --batch --load paredit.el --eval ' +: ${EMACS:=emacs} + +exec ${EMACS} --batch --load paredit.el --eval ' (with-temp-buffer (paredit-insert-html-examples) (write-file "paredit.html")) |