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

pidof -q `which emacs` && \
emacsclient -n -e "(dtk-stop t)"2>&1 > /dev/null
