smythp / eloud

Lightweight, interactive screen reader for Emacs
25 stars 6 forks source link

path wrong for espeak for ubuntu/debian #18

Closed EvanMisshula closed 8 years ago

EvanMisshula commented 8 years ago

The Readme has the path for espeak as:

 (setq eloud-espeak-path "~//usr/bin/espeak/")

should be

 (setq eloud-espeak-path "/usr/bin/espeak/")