emacs: Fixed voices
This commit is contained in:
parent
9342b6e56f
commit
eadc09e76f
1 changed files with 3 additions and 2 deletions
|
@ -74,8 +74,9 @@
|
|||
(insert postfix)))
|
||||
|
||||
(defun speak (m &optional voice)
|
||||
(shell-command (if 'voice (concat "say " m)
|
||||
(concat "say -v " voice " " m))))
|
||||
(shell-command (if 'voice (concat "say -v " voice " \"" m "\"")
|
||||
(concat "say " m))))
|
||||
|
||||
|
||||
;; Reconnect rcirc
|
||||
(eval-after-load 'rcirc
|
||||
|
|
Loading…
Reference in a new issue