Skip to content

Instantly share code, notes, and snippets.

@tvraman
Created March 25, 2018 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tvraman/45c94fb73129991c78abfee23bfdfeca to your computer and use it in GitHub Desktop.
Save tvraman/45c94fb73129991c78abfee23bfdfeca to your computer and use it in GitHub Desktop.
Silence emacspeak When Emacs Loses Focus
;;; Silence Emacspeak when emacs loses focus:
(add-hook 'focus-out-hook #'dtk-stop)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment