summaryrefslogtreecommitdiffstats
path: root/2023
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-09-03 21:16:00 -0400
committerSacha Chua <sacha@sachachua.com>2023-09-03 21:16:00 -0400
commit3064592c868b7ed94833810f59b997b1b4ea7fa1 (patch)
treee61557f0193e1e000531103f8f2dd29480ddcb0a /2023
parent1654e6f6cda96886bf484e81e778c0fe07b45b7d (diff)
downloademacsconf-wiki-3064592c868b7ed94833810f59b997b1b4ea7fa1.tar.xz
emacsconf-wiki-3064592c868b7ed94833810f59b997b1b4ea7fa1.zip
Fix casing of Talonscript
Diffstat (limited to '2023')
-rw-r--r--2023/talks/voice.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/2023/talks/voice.md b/2023/talks/voice.md
index 58dbe4d9..6329fcfd 100644
--- a/2023/talks/voice.md
+++ b/2023/talks/voice.md
@@ -41,9 +41,9 @@ The second approach uses the open-source software called Talon
(<http://talon.wiki>), which is good for both prose and code. This
package enables precise voice control in a wide variety of
applications including Emacs. This package is also highly configurable
-using Python script and an accompanying TalonScript file, which has a
+using Python script and an accompanying Talonscript file, which has a
simple YAML file format. The general users of Talon who know nothing
-about Python can easily configure their setup using TalonScript files.
+about Python can easily configure their setup using Talonscript files.
Advanced users can use Python to add modules to the Talon package to
extend its functionality. I will demonstrate how to write an org mode
file with executable code blocks with Talon running in Emacs. I will