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

set -Ceu

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