Skip to content

Commit

Permalink
run: use espeak unless another synth selected
Browse files Browse the repository at this point in the history
  • Loading branch information
tvraman committed Nov 5, 2016
1 parent a236caa commit 2ecd719
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run
@@ -1,5 +1,6 @@
#!/bin/sh
#$Id$
#Run out of this directory.
# Default to using espeak unless DTK_PROGRAM is set.
#
:${DTK_PROGRAM} ? "Using ${DTK_PROGRAM}" : export DTK_PROGRAM="espeak"
emacs -q -l ./lisp/emacspeak-setup.el #-l $HOME/.emacs

0 comments on commit 2ecd719

Please sign in to comment.