summarylogtreecommitdiffstats
path: root/twelf.install
blob: e199d04e3c654bc2ac00087383b71f497d38a9ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  cat <<EOF
*************************************************
Twelf Emacs Integration
*************************************************
Add

(setq twelf-root "/opt/twelf/")
(load (concat twelf-root "emacs/twelf-init.el"))

to your .emacs file
EOF
}