#!/bin/sh
# Silence emacspeak from outside 
#Usage emstop 

emacsclient -n -e "(make-thread #'(lambda () (dtk-stop)))"  2>&1 > /dev/null
