summaryrefslogtreecommitdiff
path: root/genhtml.sh
blob: 4a1d667fb2f9c3d3a52844acbef2a61a16e5308f (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -Ceu

: ${EMACS:=emacs}

exec ${EMACS} --batch --load paredit.el --eval '
(with-temp-buffer
  (paredit-insert-html-examples)
  (write-file "paredit.html"))
'