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