branch: externals/greader
commit 4f0dd2a2392dd20c3304496a37370d0f527fafb3
Author: Michelangelo Rodriguez <[email protected]>
Commit: Michelangelo Rodriguez <[email protected]>
greader-espeak.el:
greader-espeak-punctuation customizable variable added.
---
greader-espeak.el | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/greader-espeak.el b/greader-espeak.el
index d687721..d8d2cfa 100644
--- a/greader-espeak.el
+++ b/greader-espeak.el
@@ -28,7 +28,13 @@ espeak --list-languages
this variable determines authomatically if espeak is present in your PATH
environment, then if this variable is nil, it means that you must first install
espeak."
:tag "espeak executable"
:type 'string)
-
+(defcustom
+ greader-espeak-punctuation
+ nil
+ "espeak punctuation switch."
+ :tag "espeak punctuation"
+ :type 'boolean)
+
;;; code
(defun greader-espeak-set-rate
(&optional rate)