summarylogtreecommitdiffstats
path: root/emacs-speechd-el-git.install
blob: b1a42daea82d1427c589a03f1c476b207205a1b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  cat <<EOF
Add the following line to your ~/.emacs:
  (autoload 'speechd-speak "speechd-speak" nil t)
If you would like to start voice or braille output on emacs startup also add:
  (speechd-speak)
If you would like to disable braille output also add:
  (setq speechd-out-active-drivers '(ssip ))
To launch speechd-el manually you can do the following inside emacs:
  M-x speechd-speak RET
EOF
}

post_upgrade() {
  post_install $1
}