Skip to content

Instantly share code, notes, and snippets.

@tvraman
Last active November 13, 2016 03:10
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/a6788803fee5e5c8d2fbd47d86feb543 to your computer and use it in GitHub Desktop.
Save tvraman/a6788803fee5e5c8d2fbd47d86feb543 to your computer and use it in GitHub Desktop.
Emacspeak Setup Fragment
;;{{{ Load and customize emacspeak
(unless (featurep 'emacspeak)
(load-file ;;; Specify emacspeak directory below:
(expand-file-name "~/emacs/lisp/emacspeak/lisp/emacspeak-setup.el"))
;;; Set engine below: "mac" for Mac", "espeak" for espaeak
(or (getenv "DTK_PROGRAM")(setq dtk-program "espeak"))
(emacspeak-tts-startup-hook)
(emacspeak-sounds-select-theme "pan-chimes/"))
;;}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment