diff options
-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 |