emacs-nano-tts-minor-mode

A text-to-speech accessibility tool which reads aloud the active region.
Log | Files | Refs | LICENSE

commit 52a3ffa5833bdda79eb36e5048fe97c1b59eb9f2
parent 20ac1edda90a0e6b47d5ae9b3ed2811d37d464bf
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Tue, 26 Dec 2023 09:39:08 +0200

Change name of minor mode function and bump version number.

Diffstat:
Mnano-tts.el | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nano-tts.el b/nano-tts.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2023 Yuval Langer ;; Author: Yuval Langer <yuval.langer@gmail.com> -;; Version: 0.1.0 +;; Version: 1.0.0 ;; Keywords: convenience, multimedia ;; URL: https://sr.ht/~kakafarm/emacs-nano-tts-minor-mode/ @@ -125,7 +125,7 @@ kill the process." ;;;###autoload -(define-minor-mode nano-tts +(define-minor-mode nano-tts-mode "A very small text to speech thingimajig." :init-value nil :lighter " ntts"