/etc/emacspeak.conf is in emacspeak 29.0-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # emacspeak configuration file
#
#
if [ "$DTK_PROGRAM" = "" ]; then
DTK_PROGRAM=
fi
if [ "$DTK_PORT" = "" ]; then
DTK_PORT=
fi
if [ "$DTK_TCL" = "" ]; then
DTK_TCL=
fi
if [ "$DTK_DEVICE" = "" ]; then
DTK_DEVICE=
fi
export DTK_PROGRAM DTK_PORT DTK_DEVICE
if [ "$DTK_TCL" != "" ]; then export DTK_TCL; fi
|