diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-03 14:41:11 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-03 14:41:11 -0500 |
| commit | 83f9a7b14bfb2fc90044d2809485b1c0a39cc841 (patch) | |
| tree | 01472f7164fa1e3e5c9eae0570d71ff1b52ce751 /src/wasp-voice-commands.el | |
| parent | 6628a49b953842a3c358bdf3f5e45284480db0c3 (diff) | |
Update
Diffstat (limited to 'src/wasp-voice-commands.el')
| -rw-r--r-- | src/wasp-voice-commands.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasp-voice-commands.el b/src/wasp-voice-commands.el index 1af2bd7e..255f8cb8 100644 --- a/src/wasp-voice-commands.el +++ b/src/wasp-voice-commands.el @@ -16,6 +16,8 @@ (cons "i can't" (lambda () (cl-incf w/chat-icant-count) (w/chat-update-header-line))) (cons "sorry" (lambda () (cl-incf w/chat-apology-count) (w/chat-update-header-line))) (cons "apologies" (lambda () (cl-incf w/chat-apology-count) (w/chat-update-header-line))) + (cons "john" (lambda () (cl-incf w/chat-john-count) (w/chat-update-header-line))) + (cons "ostensibly" (lambda () (cl-incf w/chat-ostensibly-count) (w/chat-update-header-line))) (cons "lua" (lambda () (progn (w/obs-toggle-brazil) |
