diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-09-03 21:16:00 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-09-03 21:16:00 -0400 |
commit | 3064592c868b7ed94833810f59b997b1b4ea7fa1 (patch) | |
tree | e61557f0193e1e000531103f8f2dd29480ddcb0a /2023/talks | |
parent | 1654e6f6cda96886bf484e81e778c0fe07b45b7d (diff) | |
download | emacsconf-wiki-3064592c868b7ed94833810f59b997b1b4ea7fa1.tar.xz emacsconf-wiki-3064592c868b7ed94833810f59b997b1b4ea7fa1.zip |
Fix casing of Talonscript
Diffstat (limited to '2023/talks')
-rw-r--r-- | 2023/talks/voice.md | 4 |
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 |